MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / openSimulatorApp

Function openSimulatorApp

scripts/integration/js-api.mjs:760–765  ·  view source on GitHub ↗
(udid)

Source from the content-addressed store, hash-verified

758}
759
760function openSimulatorApp(udid) {
761 spawnSync("open", ["-a", "Simulator", "--args", "-CurrentDeviceUDID", udid], {
762 cwd: root,
763 stdio: "ignore",
764 });
765}
766
767function cleanup() {
768 try {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected