XCode looks in/Library/Application Support/Apple/Developer Tools/Project Templates/
for the templates for its projects. You can put your own project templates here, and tweak the existing templates (for instance, Xcode 1.1's Cocoa projects have a compiler warning inmain.m
, which is really annoying for those of use who treat warnings as errors. You can go into/Library/Application Support/Apple/Developer Tools/Project Templates/Application/Cocoa Application/
and fix that warning if you wish.