Skip to content

Commit b0dbc1e

Browse files
committed
Updated README for new usage.
1 parent a695e87 commit b0dbc1e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Usage: ios-sim <command> <options> [--args ...]
2323
2424
Commands:
2525
showsdks List the available iOS SDK versions
26+
showdevicetypes List the available device types (Xcode6+)
2627
launch <application path> Launch the application at the specified path on the iOS Simulator
2728
start Launch iOS Simulator without an app
2829
@@ -34,9 +35,11 @@ Options:
3435
--debug Attach LLDB to the application on startup
3536
--use-gdb Use GDB instead of LLDB. (Requires --debug)
3637
--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+)
3739
--family <device family> The device type that should be simulated (defaults to `iphone')
3840
--retina Start a retina device
3941
--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))
4043
--uuid <uuid> A UUID identifying the session (is that correct?)
4144
--env <environment file path> A plist file containing environment key-value pairs that should be set
4245
--setenv NAME=VALUE Set an environment variable
@@ -55,8 +58,8 @@ With node.js (at least 0.10.20):
5558

5659
Download an archive:
5760

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
6063

6164
Or from a git clone:
6265

README.template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Usage: ios-sim <command> <options> [--args ...]
2323
2424
Commands:
2525
showsdks List the available iOS SDK versions
26+
showdevicetypes List the available device types (Xcode6+)
2627
launch <application path> Launch the application at the specified path on the iOS Simulator
2728
start Launch iOS Simulator without an app
2829
@@ -34,9 +35,11 @@ Options:
3435
--debug Attach LLDB to the application on startup
3536
--use-gdb Use GDB instead of LLDB. (Requires --debug)
3637
--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+)
3739
--family <device family> The device type that should be simulated (defaults to `iphone')
3840
--retina Start a retina device
3941
--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))
4043
--uuid <uuid> A UUID identifying the session (is that correct?)
4144
--env <environment file path> A plist file containing environment key-value pairs that should be set
4245
--setenv NAME=VALUE Set an environment variable

0 commit comments

Comments
 (0)