Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-21 | Add explicit casts and fix return type mismatches | Nikias Bassen | 1 | -10/+10 | |
2023-05-13 | Add space before PRI* macros, some compilers do not like it | Nikias Bassen | 1 | -4/+4 | |
2023-04-16 | Add new output-only formats and Define constants for the different plist formats | Nikias Bassen | 1 | -0/+449 | |
This commit introduces constants for the different plist formats, and adds 3 new human-readable output-only formats: - PLIST_FORMAT_PRINT: the default human-readable format - PLIST_FORMAT_LIMD: "libimobiledevice" format (used in ideviceinfo) - PLIST_FORMAT_PLUTIL: plutil-style format Also, a new set of write functions has been added: - plist_write_to_string - plist_write_to_stream - plist_write_to_file Plus a simple "dump" function: - plist_print See documentation for details. |