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

Release notarized macOS binaries #2460

Open
maryla-uc opened this issue Oct 2, 2024 · 0 comments
Open

Release notarized macOS binaries #2460

maryla-uc opened this issue Oct 2, 2024 · 0 comments

Comments

@maryla-uc
Copy link
Collaborator

Currently, libavif releases are set up to include precompiled binaries for Windows, Linux and macOS (coming soon).
However, for security reasons, naively built macOS binaries will not run and will display a popup like "“avifenc” can’t be opened because Apple cannot check it for malicious software."
Users must manually remove the quarantine bit with sudo xattr -r -d com.apple.quarantine
To do things properly, the release binaries should be signed and notarized. See https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution

maryla-uc added a commit that referenced this issue Oct 2, 2024
The binaries are not notarized, see #2460
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

No branches or pull requests

1 participant