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
15
16
17
```
$ rcodesign help notary-log
Fetch the notarization log for a previous submission

Usage: rcodesign[EXE] notary-log [OPTIONS] <SUBMISSION_ID>

Arguments:
  <SUBMISSION_ID>  The ID of the previous submission to wait on

Options:
      --api-key-path <API_KEY_PATH>  Path to a JSON file containing the API Key
  -v, --verbose...                   Increase logging verbosity. Can be specified multiple times
      --api-issuer <API_ISSUER>      App Store Connect Issuer ID (likely a UUID)
      --api-key <API_KEY>            App Store Connect API Key ID
  -h, --help                         Print help

```