How does Xcode know who the project was “created by”?

前端 未结 6 798
长发绾君心
长发绾君心 2020-12-24 06:59

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 _         


        
6条回答
  •  既然无缘
    2020-12-24 07:58

    It uses you own information from the address book.

    Got to:

    System Preferences --> Users & Groups --> choose current User --> and press Open at Address Book Card.

    There you will find you own information used in xcode.

提交回复
热议问题