To convert a binary .plist file to XML format for editing, type this in the Terminal: plutil -convert xml1 some_file.plist To convert an XML .plist file to binary for use: plutil -convert binary1 some_other_file.plist
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Convert plist files from binary to xml and back again (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» shell/vim .rc's for Japanese... in shell osx terminal vim Japanese
» quicksilver tags in geektool in shell osx applescript tagging terminal tags geektool quicksilver metadata qs textfile shellscript
» quicksilver tags in geektool... in shell osx applescript tagging terminal tags geektool quicksilver metadata qs textfile shellscript
» Refresh rate in Vienna in osx rss terminal
» repair disk permissions from... in shell osx cli terminal
» check for file collisions wh... in shell osx cli terminal
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails