ckruse / CFPropertyList

Read, write and manipulate both binary and XML property lists as defined by apple
MIT License
212 stars 47 forks source link

Changes "native format" to "big endian" format (fixes #46). #48

Closed voxik closed 7 years ago

voxik commented 7 years ago

So far, the "native format" for reading real numbers and dates was used. That meant that the test suite, which is reading pregenerated .plist files. This patch is switching this to "big endian" to comply with format specifications.