plutil -convert xml1 binplist.plist
And, should you have the need, can be converted back again:
plutil -convert binary1 binplist.plist
It's worth noting that this is an in-place conversion that will overwrite the original file and so you should make a copy if whatever part of the OS you're messing around with first.
No comments:
Post a Comment