Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Want to create custom template in xcode 4.5

It appears that Xcode 4.4 and 4.5 have changed their packaging. Now it is one multi-gigabyte application.

I would like to add some customized templates to Xcode but none of the installation methos I have seen address the single module packaging of 4.5.

Can anyone shed some light on how to add a customized template to Xcode 4.5?

Thanks, in advance, for your help and guidance

like image 964
Warren Mundy Jr Avatar asked Oct 02 '12 14:10

Warren Mundy Jr


People also ask

What is Xcode template?

Xcode Templates is a tool for creating code snippets to give you a better starting point to achieve your goal.

Where are Xcode templates stored?

They are located in Xcode. app/Contents/Developer/Library/Xcode/Templates or Xcode. app/Contents/Developer/Platforms/<platform_name>/Developer/Library/Xcode/Templates.

How do I change created in Xcode?

you can try: System Preferences --> Users & Groups --> choose current User --> unlock -->right tap current User --> Advanced option --> change you full name & above account name to your want, save ,that is ok! I get it from How does Xcode know who the the project was "created by"?


1 Answers

Put your custom project template to the folder ~/Library/Developer/Xcode/Templates/

Next time you open xcode to create a new project and you'll find your project template

like image 172
cocoafans Avatar answered Oct 12 '22 11:10

cocoafans