This is an automated email from the ASF dual-hosted git repository.

shazron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 96625be  CB-13240 - Update ios-deploy dependency to 1.9.2
96625be is described below

commit 96625be02e3ef504a6c7098a1b05097e35fc3435
Author: Shazron Abdullah <[email protected]>
AuthorDate: Tue Sep 5 17:28:48 2017 +0800

    CB-13240 - Update ios-deploy dependency to 1.9.2
---
 bin/templates/scripts/cordova/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/templates/scripts/cordova/lib/check_reqs.js 
b/bin/templates/scripts/cordova/lib/check_reqs.js
index e42b80a..21a2208 100644
--- a/bin/templates/scripts/cordova/lib/check_reqs.js
+++ b/bin/templates/scripts/cordova/lib/check_reqs.js
@@ -30,7 +30,7 @@ const XCODEBUILD_MIN_VERSION = '7.0.0';
 const XCODEBUILD_NOT_FOUND_MESSAGE =
     'Please install version ' + XCODEBUILD_MIN_VERSION + ' or greater from App 
Store';
 
-const IOS_DEPLOY_MIN_VERSION = '1.9.0';
+const IOS_DEPLOY_MIN_VERSION = '1.9.2';
 const 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 stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to