-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow notarization on macOS versions down to 10.15 #201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pjaspinski I also had a question since I'm not super familiar with legacy versions of macOS:
Apple's Notarization troubleshooting documentation seems to tell users to use macOS SDK 10.9 or later because Mavericks changed how codesigning works:
https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues#3087723
Do we want to align with that 10.9 minimum in the documentation in this case as well?
@erickzhao I made a mistake - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more doc fix, but the overall concept LGTM
Co-authored-by: Erick Zhao <[email protected]>
This is a good PR and we'll merge it in, I just want to be clear: We're not supporting older versions of macOS. Using a custom notarization tool is fully unsupported. |
🎉 This PR is included in version 2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
More info in the linked issue: closes #200