Skip to content

Instantly share code, notes, and snippets.

@Tusko
Created June 7, 2016 15:41
Show Gist options
  • Select an option

  • Save Tusko/770accc1a51b824b80bbe6b5f4e0dbbb to your computer and use it in GitHub Desktop.

Select an option

Save Tusko/770accc1a51b824b80bbe6b5f4e0dbbb to your computer and use it in GitHub Desktop.
OS X Folders at top in Finder
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