-
-
Save Tusko/770accc1a51b824b80bbe6b5f4e0dbbb to your computer and use it in GitHub Desktop.
OS X Folders at top in Finder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/ (or whatever language you're running) | |
| sudo plutil -convert xml1 InfoPlist.strings | |
| sudo nano InfoPlist.strings (edit folder here) | |
| sudo plutil -convert binary1 InfoPlist.strings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment