> Bumping this topic
I didn’t reply earlier because I’m not notified about comments. See tip 5 in Quinn’s Top Ten DevForums Tips.
> How to I start new line on this forum
Use a reply rather than post a comment.
> Do I just sign it with my developer ID and send it off? I don't have to notarize that?
Code that you distribute widely must be notarised, otherwise it will run into Gatekeeper problems.
IMPORTANT The exact circumstances under which Gatekeeper checks your code is complex, and has changed over time. I recommend the test procedure described in Testing a Notarised Product.
If you have your own software update mechanism then it’s fine to notarise a zip of the app before you package it up into whatever format you use for distribution. The critical thing is that, after the updater has finished, the final app must be correctly signed and that signature must be covered by a notarised ticket.
To learn more about how this actually, check out the Notarisation Fundamentals and The Pros and Cons of Stapling posts linked to by Notarisation Resources.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"