Whenever a new file is added to the project, Xcode adds the following lines of comments on top.
// Created by {my name here} on 8/4/11.
// Copyright 2011 __{my company name here}__. All rights reserved.
How does it know what my name is? Does it assume that if my account name belongs to "Mike", "Mike" is the name of the developer writing this code?
Does it then look at Address Book trying to find out what company "Mike" works at? It would make sense, however company listed as part of my address book is not what shows up in the Xcode file.
Can one set the following up in some place where Xcode will read it from?
- Name
- Company name
- some other text describing something important