Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

detz

macrumors 65816
Original poster
Jun 29, 2007
1,051
0
How do I change the author and company name for new files? When I create a new project all files get

//
// TestAppDelegate.m
// Test
//
// Created by Ryan on 10/2/08.
// Copyright __MyCompanyName__ 2008. All rights reserved.
//

at the top, how can I change Ryan and __MyCompanyName__ to something else?
 

toddburch

macrumors 6502a
Dec 4, 2006
748
0
Katy, Texas
In Terminal, on the command line, enter
Code:
defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions '{ ORGANIZATIONNAME = "Your Name Goes Here" ; }'
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
Or if you already have an entry in Address Book for yourself, you can edit the company field there.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.