]> git.saurik.com Git - apple/configd.git/blobdiff - scutil.tproj/m.template
configd-130.tar.gz
[apple/configd.git] / scutil.tproj / m.template
diff --git a/scutil.tproj/m.template b/scutil.tproj/m.template
deleted file mode 100644 (file)
index 1216fe5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-$$ 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