apple-codesign
is a crate implementing functionality related to code signing
on Apple platforms in pure Rust (no use of codesign
or other proprietary
Apple tools).
See the crate documentation for more.
rcodesign
CLIThis crate defines an rcodesign
binary which provides a CLI interface to
some of the crate's capabilities. To install:
```bash
$ cargo run --bin rcodesign -- --help $ cargo install --bin rcodesign
$ cargo install --git https://github.com/indygreg/PyOxidizer --branch main rcodesign ```
apple-codesign
is part of the
PyOxidizer project and
this crate is developed in that repository.
While this crate is developed as part of a larger project, modifications to support its use outside of its primary use case are very much welcome!