Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 713 Bytes

Site Icon

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.

before-after

Usage

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.

Credits

Developed by José Morais (@jmorais)