资 源 简 介
THIS PAGE IS OBSOLETE: MAIN SITE NOW ON GITHUB
What is it?
The proplib library provides an abstract interface for creating and
manipulating property lists in C. Property lists have object types for
boolean values, opaque data, numbers, and strings. Structure is provided
by the array and dictionary collection types.
Property lists can be passed across protection boundaries by translating
them to an external representation. This external representation is an
XML document whose format is described by the following DTD:
http://www.apple.com/DTDs/PropertyList-1.0.dtd
NOTE: portableproplib is not fully compatible with Apple property lists, there are some exceptions:
Property lists in binary format are not supported.
The date and real