Skip to content

Commit 53daba5

Browse files
committed
Aligning with Apple's terminology
1 parent 15e97b3 commit 53daba5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ios-sim-portable
22
================
33

4-
The ios-sim-portable is a command-line utility written in Node.js that launches an iOS application file (.app) in the Xcode iOS Simulator.
4+
The ios-sim-portable is a command-line utility written in Node.js that launches an [iOS application bundle (.app)][5] in the Xcode [iOS Simulator][4].
55

66
* [System Requirements](#system-requirements)
77
* [Installation](#installation)
@@ -52,7 +52,7 @@ $ isim <command> [command parameters] [--command <options>]
5252

5353
General commands:
5454
help <command> Shows additional information about the commands in this list.
55-
launch <full path> Launches the application at the specified path in the iOS Simulator.
55+
launch <full path> Launches the application bundle at the specified path in the iOS Simulator.
5656
device-types Lists the available device types for the current Xcode version.
5757
sdks Lists the available iOS SDK versions.
5858

@@ -85,4 +85,6 @@ The [NativeScript CLI][3] lets you create, build, and deploy Telerik NativeScrip
8585

8686
[1]: #ios-sim-portable
8787
[2]: https://www.npmjs.org/package/appbuilder
88-
[3]: https://www.npmjs.org/package/nativescript
88+
[3]: https://www.npmjs.org/package/nativescript
89+
[4]: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/iOS_Simulator_Guide/Introduction/Introduction.html
90+
[5]: https://developer.apple.com/library/ios/documentation/CoreFoundation/Conceptual/CFBundles/AboutBundles/AboutBundles.html#//apple_ref/doc/uid/10000123i-CH100-SW1

resources/help.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Usage:
66

77
General commands:
88
help <command> Shows additional information about the commands in this list.
9-
launch <full path> Launches the application at the specified path in the iOS Simulator.
9+
launch <full path> Launches the application bundle (.app) at the specified path in the iOS Simulator.
1010
device-types Lists the available device types for the current Xcode version.
1111
sdks Lists the available iOS SDK versions.
1212

@@ -32,8 +32,8 @@ Usage:
3232
$ ios-sim-portable launch <Full Path> [--exit] [--device <Name>]
3333
$ isim launch <Full Path> [--exit] [--device <Name>]
3434

35-
Launches the application located at the specified path in the iOS Simulator.
36-
<Full Path> is the absolute file path to the application file (.app) that you want to load in the iOS Simulator.
35+
Launches the application bundle (.app) located at the specified path in the iOS Simulator.
36+
<Full Path> is the absolute file path to the application bundle (.app) that you want to load in the iOS Simulator.
3737
<Name> is the name of an available device as listed by $ ios-sim-portable device-types.
3838

3939
Options:

0 commit comments

Comments
 (0)