Change IPHONEOS_DEPLOYMENT_TARGET to 11.2 in Podfile

This commit is contained in:
Benoit Martins 2023-06-01 15:43:29 +02:00 committed by QuentinArguillere
parent c711911184
commit 31b11e5317

View file

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