Skip to content

Commit bf55511

Browse files
build: Update ios build config
1 parent a10c3ab commit bf55511

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ end
3737
post_install do |installer|
3838
installer.pods_project.targets.each do |target|
3939
flutter_additional_ios_build_settings(target)
40+
target.build_configurations.each do |config|
41+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
42+
end
4043
end
4144
end

0 commit comments

Comments
 (0)