Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
760
function
openSimulatorApp(udid) {
761
spawnSync(
"open"
, [
"-a"
,
"Simulator"
,
"--args"
,
"-CurrentDeviceUDID"
, udid], {
762
cwd: root,
763
stdio:
"ignore"
,
764
});
765
}
766
767
function
cleanup() {
768
try {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected