Skip to content

Commit

Permalink
Try to fix ios build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Komodo5197 committed Dec 20, 2023
1 parent 4d5ee16 commit ac98770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ post_install do |installer|
flutter_additional_ios_build_settings(target)

target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end

target.build_configurations.each do |config|
Expand Down

0 comments on commit ac98770

Please sign in to comment.