
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)
$ 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
...
ios-sim install APPLICATIONPATH
ios-sim launch APPLICATIONPATH
ios-sim showdevicetypes
ios-sim showsdks
ios-sim start
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
FAQs
launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)
The npm package ios-sim receives a total of 32,052 weekly downloads. As such, ios-sim popularity was classified as popular.
We found that ios-sim demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.