simulator_create
Create a new iOS simulator with specific device type and runtime identifiers to configure testing environments.
Instructions
Create a new iOS simulator with specified device type and runtime
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Simulator name (e.g., "My iPhone 16") | |
| runtimeId | Yes | Runtime identifier (e.g., "com.apple.CoreSimulator.SimRuntime.iOS-18-0") | |
| deviceTypeId | Yes | Device type identifier (e.g., "com.apple.CoreSimulator.SimDeviceType.iPhone-16") |