Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change "Created by" _username_

Tags:

xcode

ios

xcode6

How can I change the "Created by" when making a new file in Xcode 6.x? Im using Mac OSX 10.10 Yosemite

The old way doesn't work:

  1. Updating the "current" Address Book name.
  2. defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions {"FULLUSERNAME" = "Name Here";}

enter image description here

like image 783
user023 Avatar asked Oct 23 '14 18:10

user023


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 author in Xcode?

For changing author name in Xcode 6, just go to User & Groups in system preferences, right click current user (make sure permission is unlocked), select Advanced Options , change the "Full name" section. @mostruash Yes, be careful!!


1 Answers

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"? @Juzzz 's answer.

hope that will help.

like image 68
fengsheng Avatar answered Sep 30 '22 18:09

fengsheng