XCode: What do I have to type into the Terminal, in order to change the copyright notice in code templates?

后端 未结 2 1451
悲&欢浪女
悲&欢浪女 2021-01-20 04:22

When I create an XCode project, there is a copyright notice commented out. I know that there is an special terminal command for editing this. Anyone knows it?

2条回答
  •  情话喂你
    2021-01-20 04:55

    Try:

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

    or just add a company name to your card in Address Book.

提交回复
热议问题