I'm looking for a guide or sample code for writing Mac OS X Finder plugins? It would like to know how to do some simple actions:
- adding image overlayers to icons
- adding context menu items
- listen to file changes
I found the following two resources:
- Writing Contextual Menu Plugins for OS X: An outdated document from 2002 that uses the
COM
API targeting Mac OS X 8/9. - SCPlugin: Open-source SVN Mac application that includes a Finder plug-in.
I am tempted to review the SCPlugin
code, but was hoping to find an easier sample to digest.