Does anyone know how to change copyright in the templates for Xcode? That is, at the top of a new file it writes:
// Copyright 2011 {Company Name}. All rights reserved.
In previous Xcode versions you could change it by running the following command in the terminal:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = “{Company Name}";}’
In Xcode 4.0 this method no longer works.