boot_simulator
Start a specified simulator by providing its UDID or name, enabling developers to test Apple platform projects directly through Xcode without leaving their editor.
Instructions
Boot a simulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | Yes | Device UDID or name of the simulator to boot |
Input Schema (JSON Schema)
{
"properties": {
"deviceId": {
"description": "Device UDID or name of the simulator to boot",
"type": "string"
}
},
"required": [
"deviceId"
],
"type": "object"
}