Oct 31

Code signing can be a pain, but the fact that Xcode gives very little information about a mobile provisioning file does not ease things.

Let me introduce a new QuickLook plugin. This plugin allows you to get a QuickLook preview for all .mobileprovision files.

It gives you the name of the profile, its creation and expiration date, its App ID, and a sorted list of all the UDIDs included.

More information can be found here: http://www.macmation.com/blog/2011/10/quicklook-plugin-for-mobile-provision-files/

Oct 17

cert-quicklook is a plug-in for QuickLook to easily generate previews of various unprotected certificate tokens.

Currently includes support for X509 certificates, DER or PEM (ASCII-armored).

Future plans includes extending for other types of data: keys, revocation lists, signing requests, e.t.c.

Tested with MacOS 10.5.8/10.6.6/10.7.1

More information can be found here: http://code.google.com/p/cert-quicklook/