GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-ios/pull/126
CB-8197 Switch to nodejs for ios platform scripts Implementation for [CB-8197](https://issues.apache.org/jira/browse/CB-8197) Part of this work is already done for create/update scripts in https://issues.apache.org/jira/browse/CB-5706 but platform scripts placed in cordova folder of platform is still being unported. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-ios CB-8197 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-ios/pull/126.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #126 ---- commit 70b6681446d9d031d2da0c1bf4216e70ca54d7c4 Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-12-22T08:58:54Z CB-8197 Updates check_reqs script to use NodeJS instead of shell * adds check_ios_deploy and check_ios_sim methods to exports for future use in build/run scripts * adds get_ios_deploy_version and get_ios_sim_version methods to versions module * fixes get_apple_xcode_version method to return version value, not just print it to console. commit b1355929cc27877c17159b78201cbba7161b2894 Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-12-22T09:02:42Z CB-8197 Adds spawn module to platform scripts commit e7a4827486e7a9f2eeffca2da2c7fd3ff5d97dd3 Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-12-22T09:05:34Z CB-8197 Rewrite build script using NodeJS commit 63a3f46a96044594cfde87e4eb9e5a669a85b885 Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-12-22T09:08:52Z CB-8197 Rewrite run script using NodeJS * removes emulate script since it almost a duplicate of old run script and can be replaced with `run --emulator` command * removes install-device and install-emulator scripts since they can be replaced with `run --nobuild --device/--emulator` * adds support for `cordova/run --list` option commit 46303bb57d8c331b9c399c26b223156e20bc3dd8 Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-12-22T09:09:16Z CB-8197 Rewrite clean script using NodeJS ---- --- 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