-
Notifications
You must be signed in to change notification settings - Fork 52
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 #23
Comments
Hi Tilman. If I understand correctly notarisation is done for binaries, but the project itself is currently distributed only as source files. From the articles it seems that it should be possible to use a binary compiled on local system. And code-signing/notarisation of homebrew binaries seems to be on the roadmap - https://discourse.brew.sh/t/code-signing-installed-executables/2131/9. |
Hi,
Ah good point. I forgot that I have built blueutil via
In the end users should always be able to bypass Gatekeeper for certain applications, so this will likely work as a fallback. Feel free to close the issue, as you rightly stated that you don't distribute a binary which could be notarized in the first place. :) |
The suggestion at the link is for the binary to be notarise by the same person that code-signs it, so no problem doing both by the same person. Though I understand why it can feel strange :) For me distributing only source is much easier, it should also be easy to build or install it using homebrew, and I assume that tool is directly used mostly by people for whom terminal is not an unknown tool. Though I understand that Alfred users can simply not know terminal or how to compile code, so if first two options that you proposed don't work, please reopen this issue or open a new one. |
Yes that sounds reasonable. I have put this issue on halt for me too until MacOS Catalina is released. I will keep you updated if I find a solution. :) |
Hey @toy,
since MacOS Catalina (currently in beta), all applications have to be notarized by default. Otherwise, Gatekeeper won't allow to open the app. See:
Do you have a developer ID certificate? If yes, would it be possible for you to notarize the app, so it will run without any issues in future MacOS versions?
Thanks in advance!
Cheers
Tilman
Reference: tilmanginzel/alfred-bluetooth-workflow#9 (comment)
The text was updated successfully, but these errors were encountered: