set_sim_appearance
Set the appearance mode (dark or light) of an iOS simulator using its UUID. Manage simulator visuals with ease for testing and development purposes.
Instructions
Sets the appearance mode (dark/light) of an iOS simulator.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mode | Yes | The appearance mode to set (either "dark" or "light") | |
simulatorUuid | Yes | UUID of the simulator to use (obtained from list_simulators) |