diff options
author | pettai <pettai@pkgsrc.org> | 2013-03-05 23:41:00 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-03-05 23:41:00 +0000 |
commit | a9f6bd4329b7a132f9c9e7f6c77d0a724fc64e02 (patch) | |
tree | b513b2279eb5a7e67158e9c534acf279931efb01 /ham | |
parent | 19223f53a300b696d2a9e33d23846789598c8af2 (diff) | |
download | pkgsrc-a9f6bd4329b7a132f9c9e7f6c77d0a724fc64e02.tar.gz |
This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.
You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)
You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.
Diffstat (limited to 'ham')
0 files changed, 0 insertions, 0 deletions