Skip to content

Commit

Permalink
Set ios_deployment_version to iOS 8 (flutter#71)
Browse files Browse the repository at this point in the history
To be followed by a patch to tools/gn in the engine to eliminate
overriding this value.
  • Loading branch information
cbracken authored Jun 7, 2017
1 parent 526abaf commit 4d1c1fd
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 @@ -14,7 +14,7 @@ declare_args() {
use_ios_simulator = true

# Version of iOS that we're targeting.
ios_deployment_target = "6.0"
ios_deployment_target = "8.0"

# The iOS Code signing identity to use
ios_code_signing_identity = ""
Expand Down

0 comments on commit 4d1c1fd

Please sign in to comment.