axmol/cocos/platform/apple
Xpol Wan cd1c26ecd1 Allow plist and other ValueMap files be (easy) decrypted.
The origin implementation of `FileUtilsApple::getValueMapFromFile()` reads the contents of file and parse it by calling one Apple API.
This make it harder to decrypt user encrypted plist files.

This commit use the `FileUtils::getDataFromFile()` to get read file data first then use `getValueMapFromData()`
to parse it into a ValueMap. Where `FileUtils::getDataFromFile()` can be overwrite by user's decoding file utils (say `DecodingFileUtils`).

I know that user's `DecodingFileUtils` can also overwrite `getValueMapFromFile`, but this pr make the author of `DecodingFileUtils` less suffering.
2016-03-29 21:39:16 +08:00
..
CCFileUtils-apple.h Should be const reference for data/string args to be written. 2016-01-27 11:22:46 +08:00
CCFileUtils-apple.mm Allow plist and other ValueMap files be (easy) decrypted. 2016-03-29 21:39:16 +08:00
CCLock-apple.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCLock-apple.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCThread-apple.mm Platform fixed 2014-09-09 16:50:02 -07:00