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