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

Sign binary for download with Developer ID to get past Gatekeeper #70

Open
abbeycode opened this issue Jan 22, 2015 · 6 comments
Open

Comments

@abbeycode
Copy link

I'm getting this when I launch. I believe it can be solved by getting a free Apple Developer ID and signing the app with that.

screen shot 2015-01-22 at 1 38 20 pm

@aokj4ck
Copy link

aokj4ck commented Jan 23, 2015

You should be able to right-click the app, choose open, and then run it.

If that fails you can adjust your Gatekeeper settings in System Preferences > Security & Privacy to allow apps from anywhere.

[Edit]

You can get a free developer ID, but I’m not sure you’ll be able to sign it then. If you go that route you will be compiling it yourself at which point you do not need to sign it (development build on your own machine).

You will need a Developer ID to submit bug reports to Apple.

@abbeycode
Copy link
Author

@joepasq Thanks for the input. I realize how to open unsigned apps, and I also realize I could download the source myself and sign it. My point was that the copy for download from quickradar.com should be signed, for user-friendliness and security-consciousness. I apologize if that wasn't clear.

@amyworrall
Copy link
Owner

Sorry about that. I must have messed up the signing last time I did a release. I'll leave this task open for now, to be sure to fix it next time I do one :)

@abbeycode
Copy link
Author

No problem, happy to point it out

@arubdesu
Copy link

Pardon if I chime in with the only semi-related fact that including the Growl framework makes the app bundle fail code signature verification(which you can see for yourself with codesign --verify --deep -v /path/to/QuickRadar.app, which I use as part of the autopkg project.

More background here: autopkg/autopkg#129 (comment)

@amyworrall
Copy link
Owner

We should probably remove Growl now we have native notifications. It's left over from supporting 10.7.

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

4 participants