Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to replace the company name in the template headers in Xcode?

When Xcode creates a new file, there's always something like this in the header:

//  Copyright 2009 __MyCompanyName__. All rights reserved.

How can I change that?

like image 946
Thanks Avatar asked Jul 15 '09 17:07

Thanks


1 Answers

You can change it in Xcode project File. This is my image for tutorial. enter image description here

like image 161
Linh Nguyen Avatar answered Sep 28 '22 20:09

Linh Nguyen