percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
70 stars 41 forks source link

Updated release to use notarytool for MacOS notarization #1559

Closed ninadbstack closed 3 months ago

ninadbstack commented 3 months ago

We were so far using GitHub - mitchellh/gon: Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library. for notarization, but now the maintainer has stopped maintaining project + has marked it as archived.

Apple has dropped support for altool which ^ used to notarize and is requiring us to move to notarytool which ^ does not support.

Updated code to use notarytool directly.