Updated Branches: refs/heads/master 951b6cb2f -> ab85edc68
[CB-3524] cordova/emulate and cordova/run silently fails when ios-sim is not installed Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/ab85edc6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/ab85edc6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/ab85edc6 Branch: refs/heads/master Commit: ab85edc68c284aa8221dc150e0fbcd8f94c4ea73 Parents: 951b6cb Author: Shazron Abdullah <[email protected]> Authored: Tue May 28 12:43:37 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Tue May 28 13:08:15 2013 -0700 ---------------------------------------------------------------------- bin/templates/project/cordova/emulate | 2 -- bin/templates/project/cordova/run | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ab85edc6/bin/templates/project/cordova/emulate ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/emulate b/bin/templates/project/cordova/emulate index e81c1bd..9a3c3c4 100755 --- a/bin/templates/project/cordova/emulate +++ b/bin/templates/project/cordova/emulate @@ -18,8 +18,6 @@ # under the License. # -set -e - XCODE_VER=$(xcodebuild -version | head -n 1 | sed -e 's/Xcode //') XCODE_MIN_VERSION="4.5" http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ab85edc6/bin/templates/project/cordova/run ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/run b/bin/templates/project/cordova/run index da0916c..a616352 100755 --- a/bin/templates/project/cordova/run +++ b/bin/templates/project/cordova/run @@ -24,8 +24,6 @@ # "iPad" # "iPad (Retina)" -set -e - OPTION_RESULT=() TARGET="iPhone (Retina 3.5-inch)" TARGET_FLAG='--family iphone --retina'
