Print the given plist in human-readable format to standard output.
This is equivalent to plist_write_to_stream(plist, stdout, PLIST_FORMAT_PRINT, PLIST_OPT_PARTIAL_DATA);
- Parameters
-
| plist | The plist_t structure to print |
- Note
- For PLIST_DATA nodes, only a maximum of 24 bytes (first 16 and last 8) are written.