Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to sign Mac OS X application?

I created a Mac OS X application but I don't know which steps I have to do for signing my Mac OS X application correctly. Thank you.

like image 428
Andrey Avatar asked Mar 17 '11 16:03

Andrey


2 Answers

I found the Apple documentation far too verbose. I have written up some detailed notes on how I signed my own software for Mac. There is too much to put it all here. See: http://successfulsoftware.net/2012/08/30/how-to-sign-your-mac-os-x-app-for-gatekeeper/

like image 183
Andy Brice Avatar answered Oct 19 '22 08:10

Andy Brice


At first you need an fully functional (and thus paid) Apple developer account. Then you can follow this information: https://developer.apple.com/library/mac/#documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html

The above link is the global procedure, but there is a specific topic with clean illustrated how to at the following URL: https://developer.apple.com/library/mac/#documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html#//apple_ref/doc/uid/TP40005929-CH4-SW2

Hope this helped you.

like image 45
Stephane Paquet Avatar answered Oct 19 '22 08:10

Stephane Paquet