Expand description
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.
Modules§
- get_
app_ container - Supporting types for the
simctl get_app_containersubcommand. - io
- Supporting types for the
simctl iosubcommand. - keychain
- Supporting types for the
simctl keychainsubcommand. - launch
- Supporting types for the
simctl launchsubcommand. - list
- Supporting types for the
simctl listsubcommand. - privacy
- Supporting types for the
simctl privacysubcommand. - push
- Supporting types for the
simctl pushsubcommand. - status_
bar - Supporting types for the
simctl status_barsubcommand. - ui
- Supporting types for the
simctl uisubcommand.
Structs§
Enums§
- Error
- Error that is returned when the CLI does not successfully complete a request, or when the library encountered a problem while generating the request or while interpreting its response.
Traits§
- Device
Query - Trait that makes it easy to filter an iterator over devices by availability or name.