Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E12C17AA5 for ; Thu, 25 Jun 2015 01:08:51 +0000 (UTC) Received: (qmail 8621 invoked by uid 500); 25 Jun 2015 01:08:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 8574 invoked by uid 500); 25 Jun 2015 01:08:50 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 7643 invoked by uid 99); 25 Jun 2015 01:08:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 01:08:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 273BAE3651; Thu, 25 Jun 2015 01:08:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Thu, 25 Jun 2015 01:09:17 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/50] ios commit: Incremented ios-deploy version to 1.7.0 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/master Commit: f350b1e474d63473b922d2af7b7265bdaee13f0c Parents: 6c46d7e Author: Shazron Abdullah Authored: Tue May 19 16:03:12 2015 -0700 Committer: Shazron Abdullah 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