Convert a Binary Property List to XML

Since Mac OS X Tiger 10.4, preference files for applications have been stored as binary property lists. This really reduces the file size for preferences, and makes application access a lot faster. However, if you ever want to read the file as XML, you’ll need to convert it.

plutil -convert xml1 path/to/preferences.plist

Now open the file and it’ll be in beautiful, human readable, XML.

2008-02-16 [, , , , , ] 1 Comment