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 2012/07/14 01:01:16 UTC

ios commit: Fixed bin command-line scripts.

Updated Branches:
  refs/heads/master 22df899a5 -> 1e4311a54


Fixed bin command-line scripts.


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

Branch: refs/heads/master
Commit: 1e4311a54935a83aceb730fe25a3111909238888
Parents: 22df899
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Jul 13 16:01:09 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Jul 13 16:01:09 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/1e4311a5/bin/templates/project/cordova/debug
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/debug b/bin/templates/project/cordova/debug
index 2a59b3c..659aa72 100755
--- a/bin/templates/project/cordova/debug
+++ b/bin/templates/project/cordova/debug
@@ -39,7 +39,7 @@ SDK=`xcodebuild -showsdks | grep Sim | tail -1 | awk '{print $6}'`
 
 cd $PROJECT_PATH
 
-xcodebuild -project $PRJ -sdk $SDK clean build
+xcodebuild -project $PRJ -sdk $SDK clean build VALID_ARCHS="i386"
 
 # launch using ios-sim
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/1e4311a5/bin/templates/project/cordova/log
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/log b/bin/templates/project/cordova/log
index 7dd408b..fd1261c 100755
--- a/bin/templates/project/cordova/log
+++ b/bin/templates/project/cordova/log
@@ -23,4 +23,4 @@
 #
 #  ./log [path]
 #
-tail -f ${1:-"."}/console.log
+tail -f ${1:-".."}/console.log