BootpayUI 4.4.6으로 업데이트
ObjectBox 제거
This commit is contained in:
10
Podfile
10
Podfile
@@ -1,13 +1,12 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
platform :ios, '16.6'
|
||||
|
||||
target 'SodaLive' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for SodaLive
|
||||
pod 'BootpayUI', '4.4.0'
|
||||
pod 'ObjectBox'
|
||||
pod 'BootpayUI', '4.4.6'
|
||||
|
||||
end
|
||||
|
||||
@@ -16,8 +15,7 @@ target 'SodaLive-dev' do
|
||||
use_frameworks!
|
||||
|
||||
# Pods for SodaLive-dev
|
||||
pod 'BootpayUI', '4.4.0'
|
||||
pod 'ObjectBox'
|
||||
pod 'BootpayUI', '4.4.6'
|
||||
|
||||
end
|
||||
|
||||
@@ -25,7 +23,7 @@ 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'
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.6'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user