Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Developer-Name & Company-Name in Xcode?

Tags:

xcode

//
//  MyViewController.h
//  MyApp
//
//  Created by **Developer-Name** on 11. 12. 27..
//  Copyright (c) 2011 **Company-Name**. All rights reserved.
//

I want to change them. How can I change them?

like image 742
ChangUZ Avatar asked Dec 28 '11 00:12

ChangUZ


1 Answers

You can change // Created by Developer-Name on 11. 12. 27..

Developer-Name

go to System preferences -> users and groups -> click on your username

and change // Copyright (c) 2011 Company-Name. All rights reserved.

Company-Name

select Project in Navigator -> On Right Side Show the File Inspector -> Change "Organization"

like image 148
Pratik Lad Avatar answered Sep 22 '22 19:09

Pratik Lad