Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Change Default Copyright Template

Whenever I make a new file in xcode, it puts something like this at the top of the file:

//  Copyright __MyCompanyName__ 2008.  All rights reserved.

How can I change that to something useful?

Update: found the answer here.

like image 545
Greg Avatar asked Jan 04 '09 20:01

Greg


People also ask

How do I change the copyright text in Xcode?

You can change the copyright template in Xcode here: Project Navigator -> File Inspector -> "Organization". Save this answer.


1 Answers

As of Xcode 3, it will use the "company" field from your Address Book card.

like image 71
Chuck Avatar answered Sep 28 '22 16:09

Chuck