You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/05/20 01:01:44 UTC

ios commit: Incremented xcodebuild version to 6.0.0

Repository: cordova-ios
Updated Branches:
  refs/heads/4.0.x ddadf8992 -> 6c46d7eba


Incremented xcodebuild version to 6.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/6c46d7eb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/6c46d7eb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/6c46d7eb

Branch: refs/heads/4.0.x
Commit: 6c46d7eba04471e28622abba931d312742fa63bc
Parents: ddadf89
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 19 16:02:40 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 19 16:02:40 2015 -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/6c46d7eb/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index 2f5897e..a821c78 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -27,7 +27,7 @@ var Q     = require('q'),
     shell = require('shelljs'),
     versions = require('./versions');
 
-var XCODEBUILD_MIN_VERSION = '4.6.0';
+var XCODEBUILD_MIN_VERSION = '6.0.0';
 
 var IOS_SIM_MIN_VERSION = '3.0.0';
 var IOS_SIM_NOT_FOUND_MESSAGE = 'ios-sim was not found. Please download, build and install version ' + IOS_SIM_MIN_VERSION +


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