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

StackOverflow https://stackoverflow.com/questions/705986

Question

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?

Was it helpful?

Solution

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

OTHER TIPS

Try:

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top