| Interface | Description |
|---|---|
| AppleDevice |
Object that represents an Apple simulator or a physical device.
|
| AppleSimulator |
| Class | Description |
|---|---|
| AppleCoreSimulatorServiceController |
Launches, queries, and kills Apple's
CoreSimulator and related launchd services. |
| AppleDeviceController |
Utility class to control Apple Devices (both simulators and physical devices).
|
| AppleSimulatorController |
Utility class to manage starting the iOS simulator as well as installing and running applications
inside it.
|
| AppleSimulatorDiscovery |
Utilty class to discover state about Apple simulators installed on the host system.
|
| AppleSimulatorProfileParsing |
Utility class to parse profile.plist from an iPhone simulator platform.
|
| SimctlListOutputParsing |
Utility class to parse the output of `xcrun simctl list`.
|
| Enum | Description |
|---|---|
| AppleDeviceController.AppleDeviceKindEnum |
Enum indicating the different kinds of devices possible
|
| AppleDeviceController.LaunchBehavior |
Enum for the different ways to launch the simulator
|
| AppleSimulatorController.LaunchBehavior | |
| AppleSimulatorState |