Skip to content

Commit

Permalink
Set ios_deployment_target to iOS 12.0 (#808)
Browse files Browse the repository at this point in the history
Build the engine Flutter.framework against a minimum of iOS 12.
Part of flutter/flutter#140474

Flutter tooling already enforcing iOS 12 on app-end: flutter/flutter#140478

See also #574
  • Loading branch information
jmagman authored Jan 4, 2024
1 parent 44636f5 commit 5dad8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config/ios/ios_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare_args() {
use_ios_simulator = true

# Version of iOS that we're targeting.
ios_deployment_target = "11.0"
ios_deployment_target = "12.0"

# The path to the iOS device SDK.
ios_device_sdk_path = ""
Expand Down

0 comments on commit 5dad8ac

Please sign in to comment.