Skip to content
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

Merged
merged 6 commits into from
Sep 17, 2024

Conversation

pjaspinski
Copy link
Contributor

More info in the linked issue: closes #200

@pjaspinski pjaspinski requested a review from a team as a code owner June 6, 2024 22:15
src/types.ts Outdated Show resolved Hide resolved
Copy link
Member

@erickzhao erickzhao left a 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?

@pjaspinski pjaspinski changed the title Allow notarization on macOS versions down to 10.5 feat: Allow notarization on macOS versions down to 10.5 Jun 7, 2024
@pjaspinski pjaspinski changed the title feat: Allow notarization on macOS versions down to 10.5 feat: Allow notarization on macOS versions down to 10.15 Jun 7, 2024
@pjaspinski
Copy link
Contributor Author

@erickzhao I made a mistake - notarytool is supported down to macOS version 10.15 (not 10.5). So the requirement that you mentioned is always met.

Copy link
Member

@erickzhao erickzhao left a 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

README.md Outdated Show resolved Hide resolved
Co-authored-by: Erick Zhao <[email protected]>
@erickzhao erickzhao changed the title feat: Allow notarization on macOS versions down to 10.15 feat: allow notarization on macOS versions down to 10.15 Jul 15, 2024
@erickzhao erickzhao self-assigned this Aug 20, 2024
src/notarytool.ts Outdated Show resolved Hide resolved
src/notarytool.ts Outdated Show resolved Hide resolved
@felixrieseberg
Copy link
Member

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.

@felixrieseberg felixrieseberg merged commit 268fa30 into electron:main Sep 17, 2024
3 checks passed
Copy link

🎉 This PR is included in version 2.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow notarization on macOS versions down to 10.15
4 participants