diff --git a/README.md b/README.md index 80f0ee7dcc..a708b5be4a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ You can install and run the NativeScript CLI on Windows or OS X. > On Windows systems, you can develop, build, and deploy NativeScript projects that target Android. * Windows Vista or later -* [Node.js 0.10.26] or a later stable official [0.10.x] release +* [Node.js 0.10.26] or a later stable official release * (Optional) [Chocolatey] * [JDK 6] or a later stable official release * [Apache Ant 1.8] or a later stable official release @@ -136,11 +136,12 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Ap > On OS X systems, you can develop, build, and deploy NativeScript projects that target iOS and Android. * OS X Mavericks -* [Node.js 0.10.26] or a later stable official [0.10.x] release +* [Node.js 0.10.26] or a later stable official release * For iOS development * [iOS 7.0 SDK][12] or a later stable official release * [Xcode 5][12] or a later stable official release * [Xcode command-line tools][12] + * (Optional) [Mono] installed via Homebrew * For Android development * [JDK 6] or a later stable official release * [Apache Ant 1.8] or a later stable official release @@ -470,4 +471,5 @@ This software is licensed under the Apache 2.0 license, quoted ", "description": "Command-line interface for building NativeScript projects", "bin": { @@ -49,7 +49,7 @@ "prompt": "https://github.com/Icenium/prompt/tarball/master", "properties-parser": "0.2.3", "ref": "https://github.com/icenium/ref/tarball/master", - "ref-struct": "0.0.5", + "ref-struct": "https://github.com/telerik/ref-struct/tarball/master", "rimraf": "2.2.6", "semver": "3.0.1", "shelljs": "0.3.0", @@ -77,6 +77,6 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=0.10.26 <0.10.34 || >=0.10.35 <0.11.0" + "node": ">=0.10.26 <0.10.34 || >=0.10.35" } } diff --git a/resources/help.txt b/resources/help.txt index 3b8e716063..b136156cee 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -278,7 +278,7 @@ Options: --[build|ios]-- Usage: - $ tns build ios [--device] [--release] + $ tns build ios [--forDevice] [--release] Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on device, respectively. @@ -286,7 +286,7 @@ Before building for iOS device, verify that you have configured a valid pair of Options: --release - If set, produces a release build. Otherwise, produces a debug build. - --device - If set, produces an application package that you can deploy on device. + --forDevice - If set, produces an application package that you can deploy on device. Otherwise, produces a build that you can run only in the native iOS Simulator. --[/]--