XCode Tips and Tricks
Looking up how to change the default __MyCompanyName__ string that is inserted in new files, I came across this link titled Quickies for Xcode.
BTW, this is how to do it. Enter the following command at a Terminal Prompt:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "NewName";}'