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 2015/05/20 01:02:43 UTC

ios commit: Incremented ios-sim version to 4.0.0

Repository: cordova-ios
Updated Branches:
  refs/heads/4.0.x f350b1e47 -> c23efe162


Incremented ios-sim version to 4.0.0


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

Branch: refs/heads/4.0.x
Commit: c23efe1625213955dc90a1e0c552e8428130a94a
Parents: f350b1e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 19 16:03:39 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 19 16:03:39 2015 -0700

----------------------------------------------------------------------
 bin/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c23efe16/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index 1ab5f55..04d7ef9 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -29,7 +29,7 @@ var Q     = require('q'),
 
 var XCODEBUILD_MIN_VERSION = '6.0.0';
 
-var IOS_SIM_MIN_VERSION = '3.0.0';
+var IOS_SIM_MIN_VERSION = '4.0.0';
 var IOS_SIM_NOT_FOUND_MESSAGE = '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';


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org