Check code signing of applications on OSX

Veröffentlicht von

The last days I was busy signing my Delphi applications on my Mac. One version was signed with my Developer ID, the other one with the third party developer ID for the Mac App Store.

Maybe its all very easy if you use XCode for that, but I had my issues with Delphi, where I had to do many steps manually on the command line.

After the signing you usually want to check if the signature of the application is correct.

You can of course do that on the command line (if you have XCode installed):

codesign -dv /Applications/Awesome.app

but I also found a tool with a neat GUI: RB App Checker.

Its available for free on the Mac App Store.

You just drag and drop the application on the tool and it shows you very detailed information of the signature.

It also checks entitlements, application receipts and requirements.

Kommentar hinterlassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert