bencher icon indicating copy to clipboard operation
bencher copied to clipboard

Code sign macOS binary

Open epompeii opened this issue 1 year ago • 1 comments

Currently the macOS binary requires a security exception to run because it is not signed. Add code signing to the CI build process: https://melatonin.dev/blog/how-to-code-sign-and-notarize-macos-audio-plugins-in-ci/

epompeii avatar May 25 '24 00:05 epompeii

Note that this costs $99 yearly for an Apple Developer Account. Furthermore, this popup has only happened to me when I launch an application through Finder, not when I execute it in the terminal. I would probably prefer signing the binaries using PGP instead, which is cross-platform and far less expensive.

BD103 avatar May 26 '24 23:05 BD103