run-ios-simulator
Installation
SKILL.md
Run iOS App in Simulator
Use this skill when the user wants to run an iPlug2 iOS project in the iOS Simulator.
Workflow
-
Identify the project:
- If not specified, look for
.xcworkspacefiles in the repo root - Ask user to choose if multiple projects exist
- If not specified, look for
-
Check available simulators and get UDID:
xcrun simctl list devices available | grep -E "iPhone|iPad"Extract the UDID from the output (the value in parentheses, e.g.,
9E866BC3-9E64-4608-B4D0-D20F1DE3E980)