Skip to content

Commit 4d1c1fd

Browse files
authored
Set ios_deployment_version to iOS 8 (flutter#71)
To be followed by a patch to tools/gn in the engine to eliminate overriding this value.
1 parent 526abaf commit 4d1c1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/config/ios/ios_sdk.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare_args() {
1414
use_ios_simulator = true
1515

1616
# Version of iOS that we're targeting.
17-
ios_deployment_target = "6.0"
17+
ios_deployment_target = "8.0"
1818

1919
# The iOS Code signing identity to use
2020
ios_code_signing_identity = ""

0 commit comments

Comments
 (0)