apple-codesign 0.24.0

Pure Rust interface to code signing on Apple platforms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
$ rcodesign help verify
Verifies code signature data

Usage: rcodesign[EXE] verify [OPTIONS] <PATH>

Arguments:
  <PATH>  Path of Mach-O binary to examine

Options:
  -v, --verbose...  Increase logging verbosity. Can be specified multiple times
  -h, --help        Print help

```