I am trying to create a custom “Application template”.
I tried to learn, “How to create template?” from the sample templates of “Cocos2d iPhone Game development”.
The problems that I am facing are as follows.
-
Cocos2d custom application templates have logo – “create new project” screen. (I don’t know how to place the default logo of the Application template: each template has different logo, like utility application, navigation based application, window based application etc.)
-
Each application template has description at bottom in “create new project”
(Like, navigation-based application will have description at the bottom.)
My problem is from where to put this description regarding the application template?
If you locate the template in
/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Project Templatesthen Show Package Contents on the .xcodeproj file you will see it contains a TemplateIcon.icns. If you add/modify this file then it will appear in your project templates.Also, with the description, again if you do the Show Package Contents on the .xcodeproj file you will see a file called TemplateInfo.plist. It contains some code that looks like this: