list_sims
Retrieve a list of available iOS simulators and their UUIDs using the XcodeBuildMCP server for efficient testing and development workflows.
Instructions
Lists available iOS simulators with their UUIDs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enabled | No | Optional flag to enable the listing operation. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"enabled": {
"description": "Optional flag to enable the listing operation.",
"type": "boolean"
}
},
"type": "object"
}