diff options
author | lliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 17:36:11 +0000 |
---|---|---|
committer | lliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 17:36:11 +0000 |
commit | 523f128dfc8868cf8fc0aee81ce52879960e29b8 (patch) | |
tree | 05f87f3c539b556b6128aab2cdfaed2a1920bc2e /build | |
parent | c4ce67d7ce0be5959a865e3bdbf7b2c3a2921c15 (diff) | |
download | chromium_src-523f128dfc8868cf8fc0aee81ce52879960e29b8.zip chromium_src-523f128dfc8868cf8fc0aee81ce52879960e29b8.tar.gz chromium_src-523f128dfc8868cf8fc0aee81ce52879960e29b8.tar.bz2 |
Change deployment target for iOS to 6.0
BUG=None
Review URL: https://chromiumcodereview.appspot.com/22384004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215924 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi index 0d20ba9..29f1278 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1178,14 +1178,14 @@ # overridden from the command line the same way it is for a Mac build. 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)', - # iOS SDK and deployment target support. The iOS 5.0 SDK is actually - # what is required, but the value is left blank so when it is set in - # the project files it will be the "current" iOS SDK. Forcing 5.0 - # even though it is "current" causes Xcode to spit out a warning for - # every single project file for not using the "current" SDK. + # iOS SDK and deployment target support. The |ios_sdk| value is left + # blank so that when it is set in the project files it will be the + # "current" iOS SDK. Forcing a specific SDK even if it is "current" + # causes Xcode to spit out a warning for every single project file for + # not using the "current" SDK. 'ios_sdk%': '', 'ios_sdk_path%': '', - 'ios_deployment_target%': '5.0', + 'ios_deployment_target%': '6.0', 'conditions': [ # ios_product_name is set to the name of the .app bundle as it should |