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


CB-11862 - Update ios-deploy minimum version required to 1.9.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/4a187d67
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/4a187d67
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/4a187d67

Branch: refs/heads/master
Commit: 4a187d672d7a2986377596e41a8a910847871ffd
Parents: 0219d7c
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Fri Sep 16 03:10:29 2016 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Fri Sep 16 03:10:29 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/4a187d67/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index 2b578b6..52a08ca 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -26,7 +26,7 @@ var XCODEBUILD_MIN_VERSION = '6.0.0';
 var XCODEBUILD_NOT_FOUND_MESSAGE =
     'Please install version ' + XCODEBUILD_MIN_VERSION + ' or greater from App 
Store';
 
-var IOS_DEPLOY_MIN_VERSION = '1.8.3';
+var IOS_DEPLOY_MIN_VERSION = '1.9.0';
 var IOS_DEPLOY_NOT_FOUND_MESSAGE =
     'Please download, build and install version ' + IOS_DEPLOY_MIN_VERSION + ' 
or greater' +
     ' from https://github.com/phonegap/ios-deploy into your path, or do \'npm 
install -g ios-deploy\'';


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

Reply via email to