How to Change Default Copyright Template
Asked Answered
M

3

13

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.

Mercola answered 4/1, 2009 at 20:46 Comment(0)
C
20

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

Cymatium answered 4/1, 2009 at 21:2 Comment(0)
T
16

Follow these steps to change the copyright:

enter image description here

Note: The change is for new files that you create, so you will need to update the ones that had been previously created manually.

Tenpin answered 2/12, 2015 at 16:4 Comment(0)
H
4

As of Xcode 6.1.1 this can be changed by clicking on the main .xcodeproj file in the project view (the blue one). The right panel has a field called 'Organization' that will be used for the copyright template. This panel may be hidden, and can be made visible with a button in the upper right corner.

Horseback answered 10/2, 2015 at 22:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.