5
5
6
6
General commands:
7
7
help <command> Shows additional information about the commands in this list.
8
- launch <App path> Launch the application at the specified path on the iOS Simulator.
9
- device-types Lists the available device types for current Xcode version.
10
- sdks Lists the available iOS sdk versions.
8
+ launch <path> Launches the application at the specified path in the iOS Simulator.
9
+ device-types Lists the available device types for the current XCode version.
10
+ sdks Lists the available iOS SDK versions.
11
11
12
12
General options:
13
13
--help Prints help about the selected command.
@@ -27,13 +27,13 @@ Lists the available commands or shows information about the selected command.
27
27
--[launch]--
28
28
29
29
Usage:
30
- $ ios-sim-portable launch <App path > [--exit]
30
+ $ ios-sim-portable launch <Path > [--exit]
31
31
32
- Launch the application at the specified path on iOS Simulator.
33
- <App path> - Specifies the path to application(.app file ) that you want to run in iOS Simulator.
32
+ Launches the application located at the specified path in the iOS Simulator.
33
+ <Path> is the file path to the application file (.app) that you want to load in the iOS Simulator.
34
34
35
35
Options:
36
- --exit - If this option is specified, the process is exited after the iOS Simulator is started .
36
+ --exit - If set, releases the console after the iOS Simulator starts .
37
37
38
38
--[/]--
39
39
@@ -42,7 +42,7 @@ Options:
42
42
Usage:
43
43
$ ios-sim-portable device-types
44
44
45
- Lists the available device types for current XCode version
45
+ Lists the available device types for the current XCode version.
46
46
47
47
--[/]--
48
48
@@ -51,6 +51,6 @@ Lists the available device types for current XCode version
51
51
Usage:
52
52
$ ios-sim-portable sdks
53
53
54
- Lists the available iOS sdk versions.
54
+ Lists the available iOS SDK versions.
55
55
56
56
--[/]--
0 commit comments