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

后端 未结 2 1449
悲&欢浪女
悲&欢浪女 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.

    0 讨论(0)
  • 2021-01-20 05:18
    defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME = "My Company"; }'
    
    0 讨论(0)
提交回复
热议问题