MAC OS X
plutil: Convert binary to xml and vice versa
by admin on Apr.16, 2020, under MAC OS X
The following command will convert property lists from binary (binary1) to xml (xml1) format.
plutil -convert xml1 mypropertylist.plist
We might as well convert the other way around:
plutil -convert binary1 mypropertylist.plist