stop_app_sim
Stop an app running in an iOS simulator by specifying the simulator UUID and app bundle identifier. Simplifies app management during testing and development.
Instructions
Stops an app running in an iOS simulator. Requires simulatorUuid and bundleId.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bundleId | Yes | Bundle identifier of the app to stop (e.g., 'com.example.MyApp') | |
simulatorUuid | Yes | UUID of the simulator (obtained from list_simulators) |