How to Change Default Copyright Template

前端 未结 3 990
失恋的感觉
失恋的感觉 2021-02-14 03:39

Whenever I make a new file in xcode, it puts something like this at the top of the file:

//  Copyright __MyCompanyName__ 2008.  All rights reserved.
3条回答
  •  长发绾君心
    2021-02-14 04:05

    As of Xcode 6.1.1 this can be changed by clicking on the main .xcodeproj file in the project view (the blue one). The right panel has a field called 'Organization' that will be used for the copyright template. This panel may be hidden, and can be made visible with a button in the upper right corner.

提交回复
热议问题