How can I change the company name in the copyright template in Xcode 4?
Solution 1:
Xcode 4 (and above) stores this on a per-project basis.
If you select the project in the Project Navigator (Cmd-1) and open the File Inspector (Cmd-Opt-1), you'll see a field for "Organization" under "Project Document".
Solution 2:
You can change the copyright template in Xcode here:
Project Navigator -> File Inspector -> "Organization".
Solution 3:
__MyCompanyName__
being ugly (or if you aren't coding for the company set up in your profile), let's change it.
Click on your project root in the
Project Navigator
on the leftEnable your Utilities view on the right while the project root is highlighted
Select the
File Inspector
, while the Identity displays yourProject Name
.Under
Project Document
is a text field called Organization. That's the proper place to set the value you want.
Solution 4:
You can find the template files in /Developer/Library/XCode/Templates/
Solution 5:
Simply go to the Address Book application on your Mac and change the company name that is listed under your own address card.