Convert BPlist to XML
February 14th 2010Convert Mac OS preference files to xml:
plutil -convert xml1 path/to/preferences.plist
Then open path/to/preferences.plist and see XML formated file. Do some changes and convert back:
plutil path/to/preferences.plist
