OSX app dev : Verify that your app is signed

Little dev note here.

To verify that your app is correctly signed, you can use the codesign command.

The –verify will only output something if your app is not signed.

In XCode, verify in your app settings, under Build Settings -> Code Signing, that the signing options are correctly set. If you got no options there, go to XCode Preferences -> Accounts tab and enter your account info. XCode should then retrieve your certificates.

More on app signing

Published by

Louwii

Web developer, geek, car enthusiast, photographer, DIYer, video gamer... I like many things, maybe too many?

Leave a Reply

Your email address will not be published. Required fields are marked *