Custom file templates in Xcode
March 4, 2006
When you create new files in Xcode they come prepopulated a certain way. Ever wanted to customise this?
The default templates used by Xcode can be found in /Library/Application Support/Apple/Developer Tools/File Templates/. Copy the template you want to change to ~/Library/Application Support/Apple/Developer Tools/File Templates/ and change them to your heart’s content and, voilá, the next time you create a new file in Xcode it has your custom content in it.
November 14, 2007 at 11:59 am
[...] record: Xcode 2.x looked in ~/Library/Application Support/Apple/Developer Tools/File Templates/, as detailed in a previous post. Posted by Stig Brautaset Filed in Cocoa, Hacks, [...]