PlistCpp icon indicating copy to clipboard operation
PlistCpp copied to clipboard

C++ plist reader and writer. Supports XML and binary Apple Property list (plist) formats.

Results 12 PlistCpp issues
Sort by recently updated
recently updated
newest added

I am saving time as seconds since epoch using doubles. For my admittedly old version of PlistCpp it saves as ``` 1.39531e+09 ``` How do I increase its precision? Or...

very useful library. i got a crash when one of the strings in a plist had empty string. to fix it had to change parseBinaryString to following: ``` inline std::string...