How to replace the company name in the template headers in Xcode?

后端 未结 5 464
别那么骄傲
别那么骄傲 2020-12-30 08:17

When Xcode creates a new file, there\'s always something like this in the header:

//  Copyright 2009 __MyCompanyName__. All rights reserved.
<
5条回答
  •  灰色年华
    2020-12-30 09:00

    defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions ' { "ORGANIZATIONNAME" = "javacom"; } '

    Entered in Terminal.

提交回复
热议问题