Change Company Name in Xcode

By default, Xcode inserts a company name something similar to the following in all new source files (.m .h etc):

    Copyright (c) 2009 MyCompanyName. All rights reserved.

Changing this reference is as simple as entering the following from within a terminal window, replacing “YourNameHere” with the text you prefer. Also, make sure this is all entered on one line in the terminal

defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions
    ‘{“ORGANIZATIONNAME”=”YourNameHere”;}’

Otherwise you can also set the company name in your me card in Address Book.

posted @ 2010-08-13 10:15  harvey.ding  阅读(358)  评论(0编辑  收藏  举报