1

I am new to Mac programming and I wan't to make a sort of plugin that change the standart view of files in Finder and add some custom buttons. Any idea how can I accomplish it or where to start? Thanks a lot, Adam

Adam
  • 158
  • 3
  • 8

1 Answers1

1

To add custom buttons: build them and put in app bundle. Then drag your .app to toolbar.

  • Thanks. Part of the question was how do I change the view of files, you know - icons, list, columns, cover flow..., which is more important for me now. Thanks a lot everybody for startup hint.. – Adam Jan 13 '10 at 11:54