마이페이지 추가
This commit is contained in:
13
Podfile
13
Podfile
@@ -6,6 +6,7 @@ target 'SodaLive' do
|
||||
use_frameworks!
|
||||
|
||||
# Pods for SodaLive
|
||||
pod 'BootpayUI', '4.3.0'
|
||||
|
||||
end
|
||||
|
||||
@@ -14,5 +15,17 @@ target 'SodaLive-dev' do
|
||||
use_frameworks!
|
||||
|
||||
# Pods for SodaLive-dev
|
||||
pod 'BootpayUI', '4.3.0'
|
||||
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
installer.generated_projects.each do |project|
|
||||
project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user