Edit binary plist under linux
How can i change values in the binary plist under linux os? I know i can to it under mac with defaults or PlistBuddy. I found some perl that con开发者_开发知识库vert from binary to text Mac::PropertyList::ReadBinary
You can just convert to xml, and edit that version. I'm unaware of any Mac app that will reject plists in xml formats.
If for some reason you insist on editing the binary representation, the format is documented in several places, eg: https://quaqua.dev.java.net/source/browse/quaqua/trunk/Quaqua/src/ch/randelshofer/quaqua/util/BinaryPListParser.java?view=markup
精彩评论