XCode3 template incorrectly names the AppDelegate file

I wasn’t able to find any way to submit an issue in the bug tracker, so here goes.

Creating a new project using the Android script creates Classes/AppDelegate.h and classes/AppDelegate.cpp.

Creating a new project using the XCode4 wizard creates Classes/AppDelegate.h and classes/AppDelegate.cpp.

However, creating a new project using the XCode3 wizard creates Classes/${PROJECT_NAME}AppDelegate.h and classes/${PROJECT_NAME}AppDelegate.cpp.

These namings should be unified.

I am running the latest version of cocos2d-x I found on the site: cocos2d-1.0.0-x-0.9.0.

Bug #658 created. I’m fixing it now.

Done, https://github.com/cocos2d/cocos2d-x/commit/7a707190dc3f238f0b02de4748cb1b55219be075
Thanks for your suggestion!

But please don’t checkout the last source now. Modifications in FontLabel, CCTexturePVR haven’t been merged into xcode3 & xcode4 templates. We used to update & test the templates just before version release.