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 2013/07/26 21:19:58 UTC

ios commit: [CB-4334] modify cordova/emulate and cordova/run scripts help text for ios-sim (available as npm module)

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 <sh...@apache.org>
Authored: Fri Jul 26 12:19:51 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
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