M Michael H macrumors newbie Original poster Jan 26, 2008 22 0 Sep 25, 2009 #1 How do you change the default of comments at top of header in .m .h files: Create by & _MyCompanyName_ to display your own personal info as default instead of changing it every time manually
How do you change the default of comments at top of header in .m .h files: Create by & _MyCompanyName_ to display your own personal info as default instead of changing it every time manually
electroshock macrumors 6502a Sep 7, 2009 641 0 Sep 25, 2009 #2 Fire up Terminal.app then enter this on a single line: Code: defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME"="My Cool Company";}' Then I think you'd need to restart Xcode. Subsequently created projects will inherit this.
Fire up Terminal.app then enter this on a single line: Code: defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME"="My Cool Company";}' Then I think you'd need to restart Xcode. Subsequently created projects will inherit this.
Darkroom Guest Dec 15, 2006 2,445 0 Montréal, Canada Sep 25, 2009 #3 xcode reads the info you supplied when you set up your computer which is stored in your user account's address book card. so to change the info comments at the top of the classes: System Preferences > Accounts > Address Book Card (Open) > Edit
xcode reads the info you supplied when you set up your computer which is stored in your user account's address book card. so to change the info comments at the top of the classes: System Preferences > Accounts > Address Book Card (Open) > Edit