Does anyone know how to change copyright in the templates for xcode? e.g. 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.
