Signing and Notarising a Mac binary written in Go
This post is heavily ‘borrowed’ from this post on Stack Overflow- https://stackoverflow.com/questions/64652704/how-to-notarize-an-macos-command-line-tool-created-outside-of-xcode And I’ve also liberally borrowed from this script, with many thanks to Armin Briegel. In fact, the way things turned out I could have just used that script, because what I needed was to sign and notarise a command line tool, and that’s exactly the contents of that post.