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/03/06 23:27:59 UTC

[27/31] ios commit: CB-8586 - Update ios-deploy minimum version to 1.4.0

CB-8586 - Update ios-deploy minimum version to 1.4.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/43fe56af
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/43fe56af
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/43fe56af

Branch: refs/heads/wkwebview
Commit: 43fe56afbf59e7bdda763864ad7a30b3c48c403a
Parents: 8e6d5c3
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Mar 2 16:39:32 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Mar 2 16:39:32 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/43fe56af/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index be6d82d..2f5897e 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -34,7 +34,7 @@ var IOS_SIM_NOT_FOUND_MESSAGE = 'ios-sim was not found. Please download, build a
     ' or greater from https://github.com/phonegap/ios-sim into your path.' +
     ' Or \'npm install -g ios-sim\' using node.js: http://nodejs.org';
 
-var IOS_DEPLOY_MIN_VERSION = '1.2.0';
+var IOS_DEPLOY_MIN_VERSION = '1.4.0';
 var IOS_DEPLOY_NOT_FOUND_MESSAGE = 'ios-deploy was not found. Please download, build and install version ' + IOS_DEPLOY_MIN_VERSION +
     ' or greater from https://github.com/phonegap/ios-deploy into your path.' +
     ' Or \'npm install -g ios-deploy\' using node.js: http://nodejs.org';


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