-
-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy pathboot_sim.yaml
More file actions
27 lines (27 loc) · 711 Bytes
/
boot_sim.yaml
File metadata and controls
27 lines (27 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
id: boot_sim
module: mcp/tools/simulator/boot_sim
names:
mcp: boot_sim
cli: boot
description: Boot iOS simulator for manual/non-build flows. Not required before simulator build-and-run (build_run_sim).
annotations:
title: Boot Simulator
readOnlyHint: false
destructiveHint: false
openWorldHint: false
nextSteps:
- label: Open the Simulator app (makes it visible)
toolId: open_sim
priority: 1
- label: Install an app
toolId: install_app_sim
params:
simulatorId: SIMULATOR_UUID
appPath: PATH_TO_YOUR_APP
priority: 2
- label: Launch an app
toolId: launch_app_sim
params:
simulatorId: SIMULATOR_UUID
bundleId: YOUR_APP_BUNDLE_ID
priority: 3