views:

31

answers:

2

Ok this is really stupid but for the life of me I can't figure out how to do this.

How do you reset the copyright macro that gets placed into the header of each new file? Mine still say MyCompanyName which is irritating.

+1  A: 

First result when Googling xcode __mycompanyname__: http://www.macosxguru.net/article.php?story=2003092411095361

Noah Witherspoon
Thanks to both of you! I knew it was simple. I was looking for something in preferences.
fogelbaby
+2  A: 

There's a per-project setting in XCode for that (available starting XCode 3.2, but I may be wrong about the exact version).

project -> info -> general tab -> "Organization Name"
Vladimir