Xcode Header Comments

Joined
Aug 21, 2009
Messages
1
Reaction score
0
Points
1
I just wanna ask how I can customize Xcode such that all my files that contain my name, date, and affiliation be changed from one file and not having to edit each of the header files. The affiliation defaults to my institution but I want it to be same as my name. Plus, only my first and last names are displayed but I want both my middle initials and my "Jr" to show up. Sorry for being a newbie but I want to get this straightened out before I have all my files having the same header that I want to modify.

Thanks a lot!!

aqnato

See example on simple "Hello World" stuff below

//
// Hello_WorldAppDelegate.h
// Hello World
//
// Created by "my name is here" on 8/21/09.
// Copyright "my institution is here but I'd rather put my name here" 2009. All rights reserved.
//
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top