A single app to change the default site folder icon on Finder sidebar to a nicer one. On older versions of OS X, the ~/Sites
folder had a custom icon on Finder sidebar, remembering the Safari
icon. Then it was removed. That's what this app does. Bring back the icon.
Open SiteIcon/FinderSync.m
file and in the line:
self.myFolderURL = [NSURL fileURLWithPath:@"/Users/jmorais/Sites"];
Change to the path of your own Sites folder. Then build the project and it's done.
Developed by José Morais (@jmorais)