summaryrefslogtreecommitdiffstats
path: root/chrome/app/nibs
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-25 20:49:55 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-25 20:49:55 +0000
commit29038183665bf956bac63fa728777fcb764acf0a (patch)
tree273abb7c2852a6ad4725c0def4c729c247cde852 /chrome/app/nibs
parent6d3abd48ab20c0e0366ee318810902835adbac99 (diff)
downloadchromium_src-29038183665bf956bac63fa728777fcb764acf0a.zip
chromium_src-29038183665bf956bac63fa728777fcb764acf0a.tar.gz
chromium_src-29038183665bf956bac63fa728777fcb764acf0a.tar.bz2
Update max Xcode version in XIB presubmit.
BUG=none TEST=Files saved with Xcode 4.6.x don't trigger presubmit. Review URL: https://codereview.chromium.org/14060023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r--chrome/app/nibs/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/nibs/PRESUBMIT.py b/chrome/app/nibs/PRESUBMIT.py
index 5e9b158..caf957c 100644
--- a/chrome/app/nibs/PRESUBMIT.py
+++ b/chrome/app/nibs/PRESUBMIT.py
@@ -16,7 +16,7 @@ ALLOWED_DARWIN_VERSION = 12 # Darwin 12 = 10.8.
MINIMUM_DARWIN_RELEASE = 'B' # Release B = 10.8.1.
MINIMUM_IB_VERSION = 2549 # Xcode 4.4.1.
-MAXIMUM_IB_VERSION = 2845 # Xcode 4.5.x.
+MAXIMUM_IB_VERSION = 3084 # Xcode 4.6.x.
HUMAN_IB_VERSION = '4.4.x, x >= 1'
SYSTEM_VERSION_RE = r'<string key="IBDocument\.SystemVersion">' + \