Why are Plists stored as binary?
rawsyntax.com
Why are Plists stored as binary?
1–3 of 3 posts
Re: Why are Plists stored as binary?
#2The binary format is faster and more compact.
Use `plutil` to convert to and from ASCII.
Re: Why are Plists stored as binary?
#3The binary format is faster and more compact. Use `plutil` to convert to and from ASCII.
Thanks for the tip. I didn't know about that utility