mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7258 72102866-910b-0410-8b05-ffd578937521
18 lines
558 B
Text
18 lines
558 B
Text
$$ Lines starting with $$ are not inserted into newly created files
|
|
$$ The following substitutions are made:
|
|
$$
|
|
$$ $FILENAME$ e.g. foo.m
|
|
$$ $FILENAMESANSEXTENSION$ e.g. foo
|
|
$$ $DIRECTORY$ e.g. /tmp/MyNewApp
|
|
$$ $PROJECTNAME$ e.g. MyNewApp
|
|
$$ $SUBPROJECTNAME$ e.g. TheGoodPart.subproj
|
|
$$ $USERNAME$ e.g. mwagner
|
|
$$ $DATE$ e.g. Jan-1-1994
|
|
$$
|
|
/* $FILENAME$ created by $USERNAME$ on $DATE$ */
|
|
|
|
#import "$FILENAMESANSEXTENSION$.h"
|
|
|
|
@implementation $FILENAMESANSEXTENSION$
|
|
|
|
@end
|