finder file icon badging (icon overlay) on mac osx >=10.6
I search a solution to do File icon overlays (icon badging) (like Dropbox does it on mac) with cocoa on mac. Does anyone knows a way to do this? I've searched the Xcode docs as well i look into scpplugins source code which is kind of old carbon code. Thanks for any help Since the Finder was reworked in Snow Leopard, the older Carbon methods will no longer work. The route I've taken to be able to badge icons in Finder involves writing a custom bundle which then needs to be injected into the Finder. Look into Wolf Rentzsch's mach_inject (https://github.com/rentzsch/mach_star/tree/master/mach