Updated Branches: refs/heads/master 066753fa9 -> 19cc5a5ca
[CB-4331] require ios-sim version 1.7 in command line scripts Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/19cc5a5c Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/19cc5a5c Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/19cc5a5c Branch: refs/heads/master Commit: 19cc5a5caffb422ac07543b2628abe4e0a367a9f Parents: 066753f Author: Shazron Abdullah <[email protected]> Authored: Fri Jul 26 12:11:08 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Fri Jul 26 12:11:08 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/19cc5a5c/bin/templates/project/cordova/emulate ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/emulate b/bin/templates/project/cordova/emulate index 103d110..8258442 100755 --- a/bin/templates/project/cordova/emulate +++ b/bin/templates/project/cordova/emulate @@ -47,7 +47,7 @@ if [ ! -d "$APP_PATH" ]; then exit 1 fi -IOS_SIM_MIN_VERSION="1.5" +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; http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/19cc5a5c/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 4fd0fbb..cdb535f 100755 --- a/bin/templates/project/cordova/lib/install-emulator +++ b/bin/templates/project/cordova/lib/install-emulator @@ -108,7 +108,7 @@ if [ ! -d "$APP_PATH" ]; then exit 1 fi -IOS_SIM_MIN_VERSION="1.5" +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; http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/19cc5a5c/bin/templates/project/cordova/run ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/run b/bin/templates/project/cordova/run index 7baa710..4ccbf92 100755 --- a/bin/templates/project/cordova/run +++ b/bin/templates/project/cordova/run @@ -114,7 +114,7 @@ if [ ! -d "$APP_PATH" ]; then exit 1 fi -IOS_SIM_MIN_VERSION="1.5" +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;
