Re: How to change the template of the header comment on source files
Re: How to change the template of the header comment on source files
- Subject: Re: How to change the template of the header comment on source files
- From: Jason Stephenson <email@hidden>
- Date: Sat, 26 Apr 2008 15:49:37 -0400
Daniel Luis dos Santos wrote:
Is it possible ?
Yes.
As Jean-Daniel Dupas has mentioned, you will find the various template
files in /Developer/Library/Xcode/File Templates/. There will be
subdirectories under that directory for the various languages and then
for the templates themselves.
Douglas Norton suggested searching for how to set your company name in
Xcode help. I did this, and found the user default guide.
If all you want to change is the __CompanyName__ that appears in
headers, then something like the following on the command line will do:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions \
-dict ORGANIZATIONNAME "Your Company Name"
Cheers,
Jason
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden