Library for handling Apple Binary and XML Property Lists
libplist is a library for handling Apple Binary and XML Property Lists.
- Developed at hardware
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/libplist && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
2.3.0.tar.gz | 0000218819 214 KB | |
baselibs.conf | 0000000032 32 Bytes | |
libplist.changes | 0000015197 14.8 KB | |
libplist.spec | 0000005107 4.99 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1091445
from
Michal Suchanek (michals)
(revision 37)
- Update to version 2.3.0: - Changes: * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val() * Add support for JSON format * Add support for OpenStep format * Introduce error codes and format constants * Add return value to import/export functions to allow returning error codes * Add new plist_sort function * Add several human-readable output-only formats * Add new plist_write_to_string/_stream/_file functions * Add new plist_print function * Add new plist_read_from_file function * Add new plist_mem_free() function * Add a few C++ methods * Add C++ interface test * Add PLIST_NULL type * Some code housekeeping (mostly clang-tidy) - Breaking: * plist_from_memory() gets additional parameter - Bugfixes: * Fix multiple bugs in all of the parsers * Fix handling of PLIST_UID nodes
Comments 0