1 2 3 4 5 6 7 8 9 10 11
use crate::prelude::*; pub mod detect; pub mod upload; #[derive(Debug)] pub struct IosDeployCLIInstance { exec_path: Utf8PathBuf, } impl_exec_instance!(IosDeployCLIInstance, "ios-deploy");