[][src]Module polyhorn_cli::ios::simctl

Rust-wrapper around the simctl utility that is shipped with Xcode and that can be used to install apps onto one of the iOS simulator and subsequently launch them.

Structs

Device

This is a device as provided by simctl --list.

DeviceManager

Wrapper around a set of devices. This is used to parse the output of a simctl list command.

DeviceQuery

Represents a query of devices.

Simctl

Wrapper around the simctl utility.

Enums

DeviceState

This is the state of a device as provided by simctl. Currently, only two states are supported (DeviceState::Shutdown and DeviceState::Booted). All other states are not recognized and mapped to DeviceState::Unknown instead.

Error

Represents an error that occurs while communicating with the simctl utility.