You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**help** | `help <command>` | Shows additional information about the commands in this list. | | `$ ios-sim help launch`
57
-
**launch** | `launch <full path> [--exit] [--device]` | Launches the application (.app) at the specified path in the iOS Simulator. | *--exit* - If set, releases the console after the iOS Simulator starts.<br/>*--device* - If set, launches the app in the selected device. Otherwise, launches the app in the default device. To list the available devices, run `$ isim device-types`<br/>*--help* - If set, shows information about the current command. | `$ ios-sim launch /Volumes/HDD/Projects/my-project.app --device iPad-Air --exit`
58
-
**device-types** | `device-types` | Lists the available device types for the current Xcode version. | *--help* - If set, shows information about the current command. | `$ isim device-types`
59
-
**sdks** | `$ ios-sim sdks` | Lists the available iOS SDK versions. | *--help* - If set, shows information about the current command. | `$ ios-sim sdks`
53
+
General commands:
54
+
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.
56
+
device-types Lists the available device types for the current Xcode version.
57
+
sdks Lists the available iOS SDK versions.
58
+
59
+
For more information about each command, run
60
+
$ isim help<command>
61
+
or
62
+
$ isim <command> --help
63
+
64
+
```
60
65
61
66
[Back to Top][1]
62
67
@@ -67,7 +72,7 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
67
72
68
73
[Back to Top][1]
69
74
70
-
Related Packages
75
+
Related npm Packages
71
76
================
72
77
73
78
Both the Telerik AppBuilder CLI (`appbuilder`) and the NativeScript CLI (`nativescript`) rely on ios-sim-portable to load projects in the iOS Simulator.
0 commit comments