Thanks!
-Daniel
HTHs,
Steve Ball
Nope, there are also binary .plist-files. Especially those more
closely related to the operating system.
best regards,
Randolf,
--
http://www.ayam3d.org/ Ayam, go parametric NURBS!
Yep. I've used tclxml for the straight xml ones, but now I have some
binary ones to deal with and didn't want to reinvent the wheel (I did
google for it but came up empty).
Thanks,
-Daniel
"There is a command line utility called plutil that can convert back
and forth between the two formats. You can convert the .plist file you
want to edit to XML format, edit it in TextEdit, then convert back to
binary for use. To convert a binary .plist file to XML format for
editing, type this in the Terminal:
plutil -convert xml1 some_file.plist
To convert an XML .plist file to binary for use:
plutil -convert binary1 some_other_file.plist"