holodeck-simctl-core 0.10.0

Core simctl automation (simulator lifecycle, recording, screenshots) for the holodeck-simctl CLI/TUI
Documentation
mod appearance;
mod available_targets;
mod device_type;
mod installed_app;
mod language_option;
mod media_types;
mod platform;
mod privacy;
mod region_option;
mod runtime;
mod semantic_version;
mod simctl_identifiers;
mod simulator;
mod simulator_state;
mod theme_name;

pub use appearance::{Appearance, BatteryState, StatusBarOverrides};
pub use available_targets::AvailableTargets;
pub use device_type::DeviceType;
pub use installed_app::InstalledApp;
pub use language_option::LanguageOption;
pub use media_types::{ScreenshotType, VideoCodec};
pub use platform::Platform;
pub use privacy::{PrivacyAction, PrivacyPermission};
pub use region_option::RegionOption;
pub use runtime::Runtime;
pub use semantic_version::SemanticVersion;
pub use simulator::Simulator;
pub use simulator_state::SimulatorState;
pub use theme_name::ThemeName;