When we add a new file,
In .h & .m file, there is always a comments/documentation section at top.
example.
//
// SimpleGameAppDelegate.m
// SimpleGame
//
// Created by hbmac2 on 01/10/09.
// Copyright __MyCompanyName__ 2009. All rights reserved.
//
Here, there is by default hbmac2 – is user name & MyComapnyName is also default.
Can’t we set it like,
Created by Sagar –
HiddenBrains.com – by default?
Can we set any other comments to be there by default?
See this question for copyright: Setting copyright statement on a per-project basis?
See this question for templates: Change templates in Xcode
Another one: XCode: What do I have to type into the Terminal, in order to change the copyright notice in code templates?