Showing
1 changed file
with
4 additions
and
0 deletions
| @@ -37,5 +37,9 @@ end | @@ -37,5 +37,9 @@ end | ||
| 37 | post_install do |installer| | 37 | post_install do |installer| |
| 38 | installer.pods_project.targets.each do |target| | 38 | installer.pods_project.targets.each do |target| |
| 39 | flutter_additional_ios_build_settings(target) | 39 | flutter_additional_ios_build_settings(target) |
| 40 | + target.build_configurations.each do |config| | ||
| 41 | + config.build_settings['ENABLE_BITCODE'] = 'NO' | ||
| 42 | + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' | ||
| 43 | + end | ||
| 40 | end | 44 | end |
| 41 | end | 45 | end |
-
Please register or login to post a comment