xcode project templates - cocos2d v2.x

​​Unfortunately, anybody who sets up a new cocos2d project at least a few times knows that the standard template sucks. There are errors with the autorotation implementation, warnings with the use of deprecated methods in the cocos2d library, and it's generally quite messy. After sorting it out so many times, and even saving my own versions of each of the basic files generated by the project, I decided to try making a template.

Read more