Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -40,8 +40,8 @@ end | @@ -40,8 +40,8 @@ end | ||
| 40 | post_install do |installer| | 40 | post_install do |installer| |
| 41 | installer.pods_project.targets.each do |target| | 41 | installer.pods_project.targets.each do |target| |
| 42 | flutter_additional_ios_build_settings(target) | 42 | flutter_additional_ios_build_settings(target) |
| 43 | - target.build_configurations.each do |config| | ||
| 44 | - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5.0' | ||
| 45 | - end | 43 | + target.build_configurations.each do |config| |
| 44 | + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5.0' | ||
| 45 | + end | ||
| 46 | end | 46 | end |
| 47 | end | 47 | end |
-
Please register or login to post a comment