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/01/09 00:54:12 UTC

ios commit: cordova/run and cordova/emulate refer to old 'debug' script which has been renamed to 'build'

Updated Branches:
  refs/heads/master c87e69754 -> 3dd41ff98


cordova/run and cordova/emulate refer to old 'debug' script which has been renamed to 'build'


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/3dd41ff9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/3dd41ff9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/3dd41ff9

Branch: refs/heads/master
Commit: 3dd41ff98070f4881fb223ed5c0c2d13a1c10d08
Parents: c87e697
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Jan 8 15:54:04 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Jan 8 15:54:04 2013 -0800

----------------------------------------------------------------------
 bin/templates/project/cordova/emulate |    2 +-
 bin/templates/project/cordova/run     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3dd41ff9/bin/templates/project/cordova/emulate
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/emulate b/bin/templates/project/cordova/emulate
index 7f7072a..ef7198e 100755
--- a/bin/templates/project/cordova/emulate
+++ b/bin/templates/project/cordova/emulate
@@ -41,7 +41,7 @@ fi
 
 if [ ! -d "$APP_PATH" ]; then
 	echo "Project '$APP_PATH' is not built. Building."
-    $CORDOVA_PATH/debug || exit $?
+    $CORDOVA_PATH/build || exit $?
 fi
 
 if [ ! -d "$APP_PATH" ]; then

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3dd41ff9/bin/templates/project/cordova/run
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/run b/bin/templates/project/cordova/run
index 7f7072a..ef7198e 100755
--- a/bin/templates/project/cordova/run
+++ b/bin/templates/project/cordova/run
@@ -41,7 +41,7 @@ fi
 
 if [ ! -d "$APP_PATH" ]; then
 	echo "Project '$APP_PATH' is not built. Building."
-    $CORDOVA_PATH/debug || exit $?
+    $CORDOVA_PATH/build || exit $?
 fi
 
 if [ ! -d "$APP_PATH" ]; then