BootpayUI 4.4.6으로 업데이트

ObjectBox 제거
This commit is contained in:
Yu Sung
2025-03-31 17:27:32 +09:00
parent b8ea93ecd4
commit 1f72e72627
3 changed files with 26 additions and 31 deletions

10
Podfile
View File

@@ -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