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: run codesign on macOS #61

Merged
merged 7 commits into from
Dec 3, 2023
Merged

feat: run codesign on macOS #61

merged 7 commits into from
Dec 3, 2023

Conversation

doinkythederp
Copy link
Contributor

@doinkythederp doinkythederp commented Dec 3, 2023

codesign is a utility used on macOS to sign binaries and add a way for the system verify their integrity after download. This PR adds an option to run the utility on binaries before uploading them to the GitHub Release. The CI has also been updated to run codesign on macOS, using an ad-hoc developer identity (codesign --sign "-").

Closes #60

Copy link
Owner

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@taiki-e taiki-e merged commit 850f2b7 into taiki-e:main Dec 3, 2023
11 checks passed
@taiki-e taiki-e mentioned this pull request Dec 3, 2023
5 tasks
@taiki-e
Copy link
Owner

taiki-e commented Dec 3, 2023

Published in 1.18.0.

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

Successfully merging this pull request may close these issues.

Codesign on macOS
2 participants