apple-clis 0.0.15

A collection of Apple command-line tool wrappers, library and CLI
Documentation
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");