apple-clis 0.0.4

A collection of Apple command-line tool wrappers, library and CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Apple-CLIs
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.

## CLI
`cargo install apple-clis`

## Examples
```sh
cargo run --example ios-deploy-detect
cargo run --example security-find-certificates
```

![Example `ios-deploy --detect`](docs/ios-deploy-detect.png)

## Contributions
PRs welcome!