Skip to content

Commit

Permalink
chore: add support for xcode 14 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecipirotto authored Jan 4, 2024
1 parent d6515bc commit fac47cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end

0 comments on commit fac47cc

Please sign in to comment.