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

后端 未结 2 1473
悲&欢浪女
悲&欢浪女 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 05:18

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

提交回复
热议问题