How can I edit the automatic prefix generation that is generated when I create a new file? I mean a prefix like this one:
// someViewController.h
// someAppName
//
// Created by someProgrammer on 11/6/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
I just want to specify some other info.
I have typed:
"defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{USERNAME = "Some Name that I want to change";}'"
Nothing have changed. Same story with "FULLUSERNAME". And file com.apple.Xcode.plist not exists there. I have Lion 10.7.2 and latest XCode. May be in newest XCode there is some other method?