1 2 3 4 5 6 7 8 9 10
use crate::prelude::*; pub mod simctl; #[derive(Debug)] pub struct XcRunInstance { exec_path: Utf8PathBuf, } impl_exec_instance!(XcRunInstance, "xcrun");