How can I change the copyright template in Xcode 4?

夙愿已清 提交于 2019-11-29 20:21:35

Xcode 4 (and above) stores this on a per-project basis.

If you select the project in the Project Navigator (Cmd-1) and open the File Inspector (Cmd-Opt-1), you'll see a field for "Organization" under "Project Document".

__MyCompanyName__ being ugly (or if you aren't coding for the company set up in your profile), let's change it.

  1. Click on your project root in the Project Navigator on the left

  2. Enable your Utilities view on the right while the project root is highlighted

  3. Select the File Inspector, while the Identity displays your Project Name.

  4. Under Project Document is a text field called Organization. That's the proper place to set the value you want.

You can change the copyright template in Xcode here:

Project Navigator -> File Inspector -> "Organization".

You can find the template files in /Developer/Library/XCode/Templates/

Simply go to the Address Book application on your Mac and change the company name that is listed under your own address card.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!