Gathering detailed insights and metrics for ios-sim
Gathering detailed insights and metrics for ios-sim
Gathering detailed insights and metrics for ios-sim
Gathering detailed insights and metrics for ios-sim
ios-sim-portable
ios-sim-portable ================
react-native-sim-cards-manager
react-native-sim-cards-manager description
send-ios-sim-push
Small package to allow you to send push notifications to an open iOS Simulator.
preview-email
Automatically opens your browser and iOS Simulator to preview Node.js email messages sent with Nodemailer. Made for Forward Email and Lad. Cross-browser and cross-platform email testing.
npm install ios-sim
Typescript
Module System
Min. Node Version
Node Version
NPM Version
Added iPhone XR, XS and XS-Max support, simulator launch change
Updated on Feb 18, 2019
Chores: migrate to eslint, deps update
Updated on Feb 18, 2019
Chores: jasmine 2 update, added more e2e tests
Updated on Feb 18, 2019
chores: plist@3 update, ios device names fix
Updated on Feb 18, 2019
Fixed Xcode 9 issues
Updated on Sep 17, 2017
Remove process.exit when simctl prerequisite is not present.
Updated on Jun 14, 2017
JavaScript (98.5%)
Batchfile (1.5%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
1,495 Stars
331 Commits
253 Forks
83 Watchers
21 Branches
Updated on Jul 12, 2025
Latest Version
9.0.0
Package Id
ios-sim@9.0.0
Size
11.53 kB
NPM Version
6.13.4
Node Version
10.18.1
Published on
Mar 03, 2020
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
9
1$ npm install -g ios-sim 2$ ios-sim COMMAND 3running command... 4$ ios-sim (-v|--version|version) 5ios-sim/9.0.0 darwin-x64 node-v10.18.1 6$ ios-sim --help [COMMAND] 7USAGE 8 $ ios-sim COMMAND 9...
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
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 4/23 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More