cocos2d adds suffixes to resources by the similar way as "@2x" works for usual iOS apps. I also want to place these pictures into a spritesheet.
The problem is a default cocos2d spritesheet is represented as one png and one plist file with sprite frames.
So how to force the cocos2d engine to apply these suffixes to plist files when it is necessary?