Skip to content

Commit

Permalink
set pods deployment target to iOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
huykgit98 committed Jan 18, 2024
1 parent 199b5af commit a4e2c85
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 100 deletions.
6 changes: 5 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ 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['ENABLE_BITCODE'] = 'NO'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
end
end
end
end
Loading

0 comments on commit a4e2c85

Please sign in to comment.