Change deployment target for iOS to 6.0

BUG=None

Review URL: https://chromiumcodereview.appspot.com/22384004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215924 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
lliabraa@chromium.org 2013-08-06 17:36:11 +00:00
Родитель e5b5b9bfda
Коммит ff739899f3
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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