[AltServer] Fixes “SDK does not contain libarclite” error when archiving

This commit is contained in:
Riley Testut
2023-09-08 14:38:35 -05:00
parent 61f2347ece
commit 6af7651a25
12 changed files with 176 additions and 164 deletions

View File

@@ -36,6 +36,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '11.0'
end
end
end