Skip to content

Instantly share code, notes, and snippets.

@schevgeny
Created May 31, 2023 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schevgeny/7faf24308c9ef00b744a5d6023cc6468 to your computer and use it in GitHub Desktop.
Save schevgeny/7faf24308c9ef00b744a5d6023cc6468 to your computer and use it in GitHub Desktop.
post_install do |installer|
# installer.pods_project.targets.each do |target|
# flutter_additional_ios_build_settings(target)
# end
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment