Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - Change Company Name and Username

Tags:

xcode

xcode4.2

I want to change this:

// //  ViewController.h //  MyApp // //  Created by _username on 12-04-05. //  Copyright _company_name. All rights reserved. // 

And I tried: http://macdevelopertips.com/xcode/change-company-name-in-xcode.html and it didn't work.

I also tried this: http://iosdevelopertips.com/xcode/change-company-name-from-within-xcode-on-a-per-project-basis.html but it did not exist in Xcode 4.

I'm using Xcode 4.2

like image 910
Jakub Avatar asked Apr 20 '12 11:04

Jakub


People also ask

How do I change created in Xcode?

you can try: System Preferences --> Users & Groups --> choose current User --> unlock -->right tap current User --> Advanced option --> change you full name & above account name to your want, save ,that is ok! I get it from How does Xcode know who the the project was "created by"?

How do I change the product name in Xcode?

Go to Project -> Edit Project Settings -> Select Build tab -> look for productName in packaging category. Change it to what you want.


1 Answers

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

On that page there should be a button saying Open... click that and change that record in your contacts. When you create a new class it should get the information from that record!

like image 168
Manuel Avatar answered Oct 27 '22 15:10

Manuel