-
Notifications
You must be signed in to change notification settings - Fork 32
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
MacOS Notarization #273
Comments
I believe this was blocked by:
@olizilla @autonome @andyschwab I was bit out of loop (and I have no Mac), whats the current status? |
no one is working on adding apple notarization for go-ipfs yet, but I can take it on. @andyschwab is working on wrangling the PL Apple account. |
Update: Account is transferred, we have a few new admins, and Apple annual agreement renewals are now on the calendar. If anyone needs access to the PL Apple Developer account, just let me know. |
@olizilla it sounds like the apple developer account is setup, is there anything else blocking us from updating binaries ipfs-update? ipfs/ipfs-update#130 |
We can't use scripts from ipfs-desktop because those are heavily oriented towards electron apps. |
According to https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-universal-apps-release-notes Apple silicon makes signatures mandatory (even if it is self-signed for dev):
Workaround for now is to use amd64 binaries. |
Closed by #367, all future releases built using our CI will be signed and notarized: |
MacOS now requires binaries to be "notarized" (signed by apple). To do this, we'll need to:
The text was updated successfully, but these errors were encountered: