9.0.0 • Published 4 years ago

ios-sim v9.0.0

Weekly downloads
56,324
License
Apache-2.0
Repository
github
Last release
4 years ago

NPM Build status Build Status Codecov Coverage

ios-sim

Usage

$ npm install -g ios-sim
$ ios-sim COMMAND
running command...
$ ios-sim (-v|--version|version)
ios-sim/9.0.0 darwin-x64 node-v10.18.1
$ ios-sim --help [COMMAND]
USAGE
  $ ios-sim COMMAND
...

Commands

ios-sim install APPLICATIONPATH

Install the application at the specified path to the iOS Simulator without launching the app

USAGE
  $ ios-sim install APPLICATIONPATH

ARGUMENTS
  APPLICATIONPATH  the path to the application to launch

OPTIONS
  -d, --devicetypeid=devicetypeid  The id of the device type that should be simulated (Xcode6+). Use 'showdevicetypes'
                                   to list devices.

  -l, --log=log                    The path where log of the app running in the Simulator will be redirected to

  -v, --verbose                    Enable verbose output

  -x, --exit                       Exit after startup

  --debug=debug                    Debug level output

See code: src/commands/install.js

ios-sim launch APPLICATIONPATH

Launch the application at the specified path in the iOS Simulator

USAGE
  $ ios-sim launch APPLICATIONPATH

ARGUMENTS
  APPLICATIONPATH  the path to the application to launch

OPTIONS
  -a, --args=args                  arguments to pass in to the launched app

  -d, --devicetypeid=devicetypeid  The id of the device type that should be simulated (Xcode6+). Use 'showdevicetypes'
                                   to list devices.

  -l, --log=log                    The path where log of the app running in the Simulator will be redirected to

  -s, --setenv=setenv              environment variables to pass in as key value pairs

  -v, --verbose                    Enable verbose output

  -x, --exit                       Exit after startup

  --debug=debug                    Debug level output

See code: src/commands/launch.js

ios-sim showdevicetypes

List the available device types

USAGE
  $ ios-sim showdevicetypes

OPTIONS
  -l, --log=log  The path where log of the app running in the Simulator will be redirected to
  -v, --verbose  Enable verbose output
  -x, --exit     Exit after startup
  --debug=debug  Debug level output

See code: src/commands/showdevicetypes.js

ios-sim showsdks

List the available iOS SDK versions

USAGE
  $ ios-sim showsdks

OPTIONS
  -l, --log=log  The path where log of the app running in the Simulator will be redirected to
  -v, --verbose  Enable verbose output
  -x, --exit     Exit after startup
  --debug=debug  Debug level output

See code: src/commands/showsdks.js

ios-sim start

Launch the iOS Simulator without an app

USAGE
  $ ios-sim start

OPTIONS
  -d, --devicetypeid=devicetypeid  The id of the device type that should be simulated (Xcode6+). Use 'showdevicetypes'
                                   to list devices.

  -l, --log=log                    The path where log of the app running in the Simulator will be redirected to

  -v, --verbose                    Enable verbose output

  -x, --exit                       Exit after startup

  --debug=debug                    Debug level output

See code: src/commands/start.js

9.0.0

4 years ago

8.0.2

5 years ago

8.0.1

5 years ago

9.0.0-dev.4

5 years ago

9.0.0-dev.3

5 years ago

9.0.0-dev.2

5 years ago

9.0.0-dev.1

5 years ago

9.0.0-dev.0

5 years ago

8.0.0

5 years ago

6.1.3

6 years ago

7.0.0

6 years ago

6.1.2

7 years ago

6.1.1

7 years ago

6.0.0

7 years ago

5.1.0

7 years ago

5.0.13

7 years ago

5.0.12

7 years ago

5.0.11

7 years ago

5.0.10

8 years ago

5.0.9

8 years ago

5.0.8

8 years ago

5.0.7

8 years ago

5.0.6

8 years ago

5.0.5

8 years ago

5.0.4

8 years ago

5.0.3

9 years ago

5.0.2

9 years ago

5.0.1

9 years ago

5.0.0

9 years ago

3.2.0

9 years ago

4.1.1

9 years ago

4.1.0

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.1.1

9 years ago

3.1.0

9 years ago

3.0.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.9.0

10 years ago

1.8.2

11 years ago

1.8.1

11 years ago

1.8.0

11 years ago