We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
iOS CCFileUtils.mm should use NSDocumentDirectory instead of NSCachesDirectory
iOS CCFileUtils.mm should use NSDocumentDirectory instead of NSCachesDirectory
Bug #2662 [Rejected]
Status: | Rejected | |
---|---|---|
Start date: | 2013-08-21 | |
Priority: | Normal | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | ios | |
Target version: | 3.0-alpha1 |
(CyberBotX opened this issue 8 months ago in github)
Since version 2.0.2 of cocos2d-x, the iOS CCFileUtils.mm has been using NSCachesDirectory instead of NSDocumentDirectory, due to the commit of http://github.com/cocos2d/cocos2d-x/commit/411e1848c22edd38a4d59fbef1f6bb94e3009157 It was also mentioned on the forum http://www.cocos2d-x.org/boards/6/topics/16422 but it appears that the gles20 branch, which contains the released versions, does not have this fixed.