2

Since the Finder in Snow Leopard has been rewritten to use Cocoa instead of Carbon, I'd like to know if there's a new API to write Finder plugins. The old way involved writing a CFPlugin but this doesn't seem to work anymore.

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92

2 Answers2

3

If by plug-in you mean contextual menu, you can do this via the services API.

Ben Gottlieb
  • 85,404
  • 22
  • 176
  • 172
1

I believe they prefer that you write Services instead of Finder plugins now.

Azeem.Butt
  • 5,855
  • 1
  • 26
  • 22