chore: fix ios deploymeny to 11.0 in Podfile

master
UC-HOBA 4 years ago
parent ca2587aae7
commit 5444324066
  1. 2
      ios/Podfile

@ -38,7 +38,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end