iOS Simulator: List Apps
ios_simulator_list_appsLists installed simulator apps with bundle IDs and direct data-container paths, so you can target app actions or read app files without copying. Use include_all to include Apple's built-in apps.
Instructions
List the apps installed on a simulator, with the bundle id every other tool takes. Defaults to your own apps: a stock simulator carries about thirty, and twenty-five of them are Apple's. Each entry also carries dataContainer — an ordinary path on this Mac, so an app's database or logs can be read directly with no copy step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Which simulator: its UDID or its name as shown by ios_simulator_list. Omit it when exactly one is booted — that is the normal case, and IOS_SIMULATOR_ID pins it when it is not. Unlike simctl's own `booted`, this never picks arbitrarily between two. | |
| include_all | No | Include Apple's built-in apps as well. Off by default; the list is long. |