summaryrefslogtreecommitdiffstats
path: root/chrome/app/nibs
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 20:02:46 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 20:02:46 +0000
commita9ff7cc64f40e879a294cb0437e872892ffb6655 (patch)
treeb8ead8463ec04fe130f99cddc95e0b771eeec20e /chrome/app/nibs
parent6baf13f23e00d1f339295e3f72bbb4104c02b494 (diff)
downloadchromium_src-a9ff7cc64f40e879a294cb0437e872892ffb6655.zip
chromium_src-a9ff7cc64f40e879a294cb0437e872892ffb6655.tar.gz
chromium_src-a9ff7cc64f40e879a294cb0437e872892ffb6655.tar.bz2
Allow XCode 4.5.2 to edit .xib files
chrome/app/nibs/PRESUBMIT.py wouldn't allow XCode 4.5.2 to edit xib files. This CL increases MAXIMUM_IB_VERSION so that XCode 4.5.2 is now allowed. BUG= TEST=Changed a xib file using XCode 4.5.2. Run git cl presubmit. Without this change the presubmit fails. With this change it passes. Review URL: https://chromiumcodereview.appspot.com/12221023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181354 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 2042fea..137bf4e 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 = 2800 # Xcode 4.5.x.
+MAXIMUM_IB_VERSION = 2845 # Xcode 4.5.x.
HUMAN_IB_VERSION = '4.4.x, x >= 1'
SYSTEM_VERSION_RE = r'<string key="IBDocument\.SystemVersion">' + \