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:02:16 UTC

ios commit: Incremented ios-deploy version to 1.7.0

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


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

Branch: refs/heads/4.0.x
Commit: f350b1e474d63473b922d2af7b7265bdaee13f0c
Parents: 6c46d7e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 19 16:03:12 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 19 16:03:12 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/f350b1e4/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index a821c78..1ab5f55 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.4.0';
+var IOS_DEPLOY_MIN_VERSION = '1.7.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