jimeh / emacs-builds

Self-contained Emacs.app builds for macOS, with native-compilation support.
https://github.com/jimeh/emacs-builds/releases
344 stars 7 forks source link

Sign and notarize all builds #1

Closed jimeh closed 3 years ago

jimeh commented 3 years ago

[This][1] looks like a good resource as an example of how to sign and notarize applications via GitHub Actions.

[1]: https://www.kencochrane.com/2020/08/01/build-and-sign-golang-binaries-for-macos-with-github-actions/

jimeh commented 3 years ago

I had some issues with getting my Apple Developer Account activated, requiring me to contact their support which delayed progress on this.

As of a few days ago I have a working developer account, and managed to manually sign and notarize a build locally on my own machine. I'll be cleaning up and automating the process over the next few days, and should hopefully get it into the nightly builds on GitHub Actions by next week at some point.