We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2778594 commit 9978a74Copy full SHA for 9978a74
flutter/example/ios/Podfile
@@ -43,5 +43,8 @@ end
43
post_install do |installer|
44
installer.pods_project.targets.each do |target|
45
flutter_additional_ios_build_settings(target)
46
+ target.build_configurations.each do |config|
47
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
48
+ end
49
end
50
0 commit comments