PyObjC and how to parse Preview.app bookmarks with Python
I wrote a Python program that parses Preview.app's bookmarks. The program itself is probably of dubious use, but it illustrates some interesting techniques like using class-dump to figure out how programs written in Objective-C...