Collection of crates wrapping various Apple CLIs for documentation and type-safety purposes.
This is heavily a work in progress, and will be added to as I need more functionality for building a 100% Rust app for iOS.
`cargo install apple-clis`
```sh
cargo run --example ios-deploy-detect
cargo run --example security-find-certificates
```

PRs welcome!