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
Asked
Active
Viewed 395 times
1 Answers
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