|
@@ -50,12 +50,9 @@ end
|
|
|
|
|
|
installer.pods_project.targets.each do |target|
|
|
installer.pods_project.targets.each do |target|
|
|
target.build_configurations.each do |config|
|
|
target.build_configurations.each do |config|
|
|
- if Gem::Version.new('8.0') > Gem::Version.new(config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'])
|
|
|
|
- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0'
|
|
|
|
- end
|
|
|
|
|
|
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
- # __apply_Xcode_12_5_M1_post_install_workaround(installer)
|
|
|
|
|
|
|
|
# This is necessary for Xcode 14, because it signs resource bundles by default
|
|
# This is necessary for Xcode 14, because it signs resource bundles by default
|
|
# when building for devices.
|
|
# when building for devices.
|