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 staple
Staples a notarization ticket to an entity

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

Arguments:
  <PATH>  Path to entity to attempt to staple

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

```