2
2
3
3
Usage:
4
4
$ ios-sim-portable <command> [command parameters] [--command <options>]
5
+ $ isim <command> [command parameters] [--command <options>]
5
6
6
7
General commands:
7
8
help <command> Shows additional information about the commands in this list.
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.
9
+ launch <full path> Launches the application at the specified path in the iOS Simulator.
10
+ device-types Lists the available device types for the current Xcode version.
10
11
sdks Lists the available iOS SDK versions.
11
12
12
13
General options:
@@ -18,6 +19,7 @@ General options:
18
19
19
20
Usage:
20
21
$ ios-sim-portable help [<Command>]
22
+ $ isim help [<Command>]
21
23
22
24
Lists the available commands or shows information about the selected command.
23
25
<Command> is any of the available commands as listed by $ ios-sim-portable help.
@@ -27,13 +29,16 @@ Lists the available commands or shows information about the selected command.
27
29
--[launch]--
28
30
29
31
Usage:
30
- $ ios-sim-portable launch <Path> [--exit]
32
+ $ ios-sim-portable launch <Full Path> [--exit] [--device <Name>]
33
+ $ isim launch <Full Path> [--exit] [--device <Name>]
31
34
32
35
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.
36
+ <Full Path> is the absolute file path to the application file (.app) that you want to load in the iOS Simulator.
37
+ <Name> is the name of an available device as listed by $ ios-sim-portable device-types.
34
38
35
39
Options:
36
40
--exit - If set, releases the console after the iOS Simulator starts.
41
+ --device - If set, launches the app in the selected device. Otherwise, launches the app in the default device.
37
42
38
43
--[/]--
39
44
@@ -42,7 +47,7 @@ Options:
42
47
Usage:
43
48
$ ios-sim-portable device-types
44
49
45
- Lists the available device types for the current XCode version.
50
+ Lists the available device types for the current Xcode version.
46
51
47
52
--[/]--
48
53
0 commit comments