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 DA3EBC6B9 for ; Fri, 26 Jul 2013 19:19:58 +0000 (UTC) Received: (qmail 7618 invoked by uid 500); 26 Jul 2013 19:19:58 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 7562 invoked by uid 500); 26 Jul 2013 19:19:58 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 7555 invoked by uid 99); 26 Jul 2013 19:19:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 19:19:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1F4329954; Fri, 26 Jul 2013 19:19:58 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ios commit: [CB-4334] modify cordova/emulate and cordova/run scripts help text for ios-sim (available as npm module) Date: Fri, 26 Jul 2013 19:19:58 +0000 (UTC) Updated Branches: refs/heads/master 19cc5a5ca -> 3ca4b7a37 [CB-4334] modify cordova/emulate and cordova/run scripts help text for ios-sim (available as npm module) Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/3ca4b7a3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/3ca4b7a3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/3ca4b7a3 Branch: refs/heads/master Commit: 3ca4b7a37996ce6845b470186216078bc9341b24 Parents: 19cc5a5 Author: Shazron Abdullah Authored: Fri Jul 26 12:19:51 2013 -0700 Committer: Shazron Abdullah Committed: Fri Jul 26 12:19:51 2013 -0700 ---------------------------------------------------------------------- bin/templates/project/cordova/emulate | 2 +- bin/templates/project/cordova/lib/install-emulator | 2 +- bin/templates/project/cordova/run | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3ca4b7a3/bin/templates/project/cordova/emulate ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/emulate b/bin/templates/project/cordova/emulate index 8258442..be8f954 100755 --- a/bin/templates/project/cordova/emulate +++ b/bin/templates/project/cordova/emulate @@ -50,7 +50,7 @@ fi IOS_SIM_MIN_VERSION="1.7" IOS_SIM_LOCATION=$(which ios-sim) if [ $? != 0 ]; then - echo -e "\033[31mError: ios-sim was not found. Please download, build and install version $IOS_SIM_MIN_VERSION or greater from https://github.com/phonegap/ios-sim into your path. Or 'brew install ios-sim' using homebrew: http://mxcl.github.com/homebrew/\033[m"; exit 1; + echo -e "\033[31mError: ios-sim was not found. Please download, build and install version $IOS_SIM_MIN_VERSION or greater from https://github.com/phonegap/ios-sim into your path. Or 'npm install -g ios-sim' using node.js: http://nodejs.org/\033[m"; exit 1; exit 1 fi http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3ca4b7a3/bin/templates/project/cordova/lib/install-emulator ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/lib/install-emulator b/bin/templates/project/cordova/lib/install-emulator index cdb535f..70854dc 100755 --- a/bin/templates/project/cordova/lib/install-emulator +++ b/bin/templates/project/cordova/lib/install-emulator @@ -111,7 +111,7 @@ fi IOS_SIM_MIN_VERSION="1.7" IOS_SIM_LOCATION=$(which ios-sim) if [ $? != 0 ]; then - echo -e "\033[31mError: ios-sim was not found. Please download, build and install version $IOS_SIM_MIN_VERSION or greater from https://github.com/phonegap/ios-sim into your path. Or 'brew install ios-sim' using homebrew: http://mxcl.github.com/homebrew/\033[m"; exit 1; + echo -e "\033[31mError: ios-sim was not found. Please download, build and install version $IOS_SIM_MIN_VERSION or greater from https://github.com/phonegap/ios-sim into your path. Or 'npm install -g ios-sim' using node.js: http://nodejs.org/\033[m"; exit 1; exit 1 fi http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3ca4b7a3/bin/templates/project/cordova/run ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/run b/bin/templates/project/cordova/run index 4ccbf92..b70da95 100755 --- a/bin/templates/project/cordova/run +++ b/bin/templates/project/cordova/run @@ -117,7 +117,7 @@ fi IOS_SIM_MIN_VERSION="1.7" IOS_SIM_LOCATION=$(which ios-sim) if [ $? != 0 ]; then - echo -e "\033[31mError: ios-sim was not found. Please download, build and install version $IOS_SIM_MIN_VERSION or greater from https://github.com/phonegap/ios-sim into your path. Or 'brew install ios-sim' using homebrew: http://mxcl.github.com/homebrew/\033[m"; exit 1; + echo -e "\033[31mError: ios-sim was not found. Please download, build and install version $IOS_SIM_MIN_VERSION or greater from https://github.com/phonegap/ios-sim into your path. Or 'npm install -g ios-sim' using node.js: http://nodejs.org/\033[m"; exit 1; exit 1 fi