Repository: cordova-ios
Updated Branches:
  refs/heads/master 4a187d672 -> aa6950011


CB-11863 - Update xcodebuild minimum version to 7.0.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/b18ae4ac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/b18ae4ac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/b18ae4ac

Branch: refs/heads/master
Commit: b18ae4ac5b753a7364ddbe71c6b693901849ff22
Parents: 4a187d6
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Fri Sep 16 03:16:21 2016 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Fri Sep 16 03:16:21 2016 -0700

----------------------------------------------------------------------
 bin/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b18ae4ac/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index 52a08ca..ae21f98 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -22,7 +22,7 @@ var Q     = require('q'),
     util = require('util'),
     versions = require('./versions');
 
-var XCODEBUILD_MIN_VERSION = '6.0.0';
+var XCODEBUILD_MIN_VERSION = '7.0.0';
 var XCODEBUILD_NOT_FOUND_MESSAGE =
     'Please install version ' + XCODEBUILD_MIN_VERSION + ' or greater from App 
Store';
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to