Github user TimBarham commented on a diff in the pull request:

    https://github.com/apache/cordova-ios/pull/142#discussion_r31067211
  
    --- Diff: bin/lib/check_reqs.js ---
    @@ -17,34 +17,30 @@
            under the License.
     */
     
    -/* jshint node:true, bitwise:true, undef:true, trailing:true, 
quotmark:true,
    -          indent:4, unused:vars, latedef:nofunc,
    -          sub:true, laxcomma:true, laxbreak:true
    -*/
    -
     var Q     = require('q'),
    -    os    = require('os'),
         shell = require('shelljs'),
         versions = require('./versions');
     
     var XCODEBUILD_MIN_VERSION = '4.6.0';
    +var XCODEBUILD_NOT_FOUND_MESSAGE =
    +    'Please install version ' + XCODEBUILD_MIN_VERSION + ' or greater from 
App Store';
     
     var IOS_SIM_MIN_VERSION = '3.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';
    +var IOS_SIM_NOT_FOUND_MESSAGE =
    +    'Please download, build and install version ' + IOS_SIM_MIN_VERSION + 
' or greater' +
    +    ' from https://github.com/phonegap/ios-sim into your path, or do \'npm 
install -g ios-sim\'';
    --- End diff --
    
    Remove 'do' (or add it to `IOS_DEPLOY_NOT_FOUND_MESSAGE`).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to