Skip to content

Use Bearer/gon for macOS notarization of releases #764

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

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Oct 8, 2024

A tool named gon is used to notarize the macOS release binaries. The original gon tool is now nonfunctional due to its use of the altool tool, which is no longer permitted by Apple:

https://developer.apple.com/news/?id=y5mjxqmn

Fortunately a fork of gon was created and the migration from altool to notarytool completed in that fork. So the release workflows are hereby migrated to using the functional fork of gon.

A tool named gon is used to notarize the macOS release binaries. This tool must be configured with the credentials to be
used for the notarization. In addition to the always mandatory Apple ID username and password, it is also necessary to
specify the App Store Connect provider in cases where the user is a member of multiple Apple Developer Program teams.
A tool named gon is used to notarize the macOS release binaries. The original gon tool is now nonfunctional due to its
use of the altool tool, which is no longer permitted by Apple.

Fortunately a fork of gon was created and the migration from altool to notarytool completed in that fork. So the release
workflows are hereby migrated to using the functional fork of gon.
@per1234 per1234 added topic: infrastructure Related to project infrastructure os: macos Specific to macOS operating system type: imperfection Perceived defect in any part of project labels Oct 8, 2024
@per1234 per1234 self-assigned this Oct 8, 2024
@per1234 per1234 merged commit 8c0bda0 into arduino:main Oct 8, 2024
5 checks passed
@per1234 per1234 deleted the gon-fork branch October 8, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: macos Specific to macOS operating system topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant