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

Function launchSimulatorBundle

packages/client/src/api/controls.ts:78–80  ·  view source on GitHub ↗
(udid: string, payload: LaunchPayload)

Source from the content-addressed store, hash-verified

76}
77
78export function launchSimulatorBundle(udid: string, payload: LaunchPayload) {
79 return postSimulatorAction(udid, "launch", payload);
80}
81
82export function toggleSimulatorAppearance(udid: string) {
83 return apiRequest<{ ok: boolean }>(

Callers 1

promptForBundleIDFunction · 0.90

Calls 1

postSimulatorActionFunction · 0.85

Tested by

no test coverage detected