apple-codesign 0.24.0

Pure Rust interface to code signing on Apple platforms
Documentation
```
$ rcodesign help notary-wait
Wait for completion of a previous submission

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

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

Options:
      --max-wait-seconds <MAX_WAIT_SECONDS>
          Maximum time in seconds to wait for the upload result [default: 600]
  -v, --verbose...
          Increase logging verbosity. Can be specified multiple times
      --api-key-path <API_KEY_PATH>
          Path to a JSON file containing the API Key
      --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

```