Return to Snippet

Revision: 2497
at March 5, 2007 23:29 by netjackal


Initial Code
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

Initial URL
http://textsnippets.com/tag/osx

Initial Description


Initial Title
Convert plist to and from xml

Initial Tags
xml, osx, convert

Initial Language
Bash