beta.blog

plutil: Convert binary to xml and vice versa

by 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
:

Leave a Reply

*

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!