Socket
Socket
Sign inDemoInstall

simctl

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

8

lib/simctl-extensions.js

@@ -33,5 +33,7 @@ /*

start: function(deviceid) {
var command = util.format('xcrun instruments -w "%s"', deviceid);
return shell.exec(command, { silent: true });
},
shell.exec('killall "Simulator"', { silent: true });
var command = util.format(
'open `xcode-select -p`/Applications/Simulator.app --args -CurrentDeviceUDID "%s"', deviceid);
return shell.exec(command, { silent: true });
},

@@ -38,0 +40,0 @@ log: function(deviceid, filepath) {

{
"name": "simctl",
"version": "1.0.1",
"version": "1.1.0",
"description": "library for Xcode 8+ simctl utility on macOS",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc