[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
committed by Magesh K
parent 00423bec08
commit c4117c0ac9
2 changed files with 5 additions and 4 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