@@ -23,6 +23,7 @@ Usage: ios-sim <command> <options> [--args ...]
23
23
24
24
Commands:
25
25
showsdks List the available iOS SDK versions
26
+ showdevicetypes List the available device types (Xcode6+)
26
27
launch <application path> Launch the application at the specified path on the iOS Simulator
27
28
start Launch iOS Simulator without an app
28
29
@@ -34,9 +35,11 @@ Options:
34
35
--debug Attach LLDB to the application on startup
35
36
--use-gdb Use GDB instead of LLDB. (Requires --debug)
36
37
--sdk <sdkversion> The iOS SDK version to run the application on (defaults to the latest)
38
+ --devicetypeid <device type> The id of the device type that should be simulated (Xcode6+)
37
39
--family <device family> The device type that should be simulated (defaults to `iphone')
38
40
--retina Start a retina device
39
41
--tall In combination with --retina flag, start the tall version of the retina device (e.g. iPhone 5 (4-inch))
42
+ --64bit In combination with --retina flag and the --tall flag, start the 64bit version of the tall retina device (e.g. iPhone 5S (4-inch 64bit))
40
43
--uuid <uuid> A UUID identifying the session (is that correct?)
41
44
--env <environment file path> A plist file containing environment key-value pairs that should be set
42
45
--setenv NAME=VALUE Set an environment variable
@@ -55,8 +58,8 @@ With node.js (at least 0.10.20):
55
58
56
59
Download an archive:
57
60
58
- $ curl -L https://github.com/phonegap/ios-sim/zipball/2.0.0 -o ios-sim-2.0.0 .zip
59
- $ unzip ios-sim-2.0.0 .zip
61
+ $ curl -L https://github.com/phonegap/ios-sim/zipball/2.0.1 -o ios-sim-2.0.1 .zip
62
+ $ unzip ios-sim-2.0.1 .zip
60
63
61
64
Or from a git clone:
62
65
0 commit comments