Select Page

XCode inserts in all project template code a line like:

// Copyright 2012 __MyCompanyName__. All rights reserved.

It is possible to set __MyCompanyName__ to a different (probably more useful) default for all XCode projects. To do this:

– Open the “Address book” application on your OSX machine
– In the menu “Card” select “My Card”
– If there is no “My card”, create a new card for yourself and mark it as “your card” with the menu option “Card” > “Make this my card”.
– Fill in the “company” field of “your card”.

Now XCode will use the name you typed in the “company” field on “your card” in stead of __MyCompanyName__ for new XCode projects.