Skip to content

Commit dd80ebd

Browse files
committed
Add custom header file template
1 parent feb5a08 commit dd80ebd

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.DS_Store
33
/.build
44
/Packages
5-
.swiftpm/
65

76
# Documentation
87
Docs

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
3+
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4+
<plist version="1.0">
5+
<dict>
6+
<key>FILEHEADER</key>
7+
<string>
8+
// ___FILENAME___
9+
// ___WORKSPACENAME___
10+
//
11+
// Created by ___FULLUSERNAME___ on ___DATE___.
12+
// Copyright © ___YEAR___ ___FULLUSERNAME___. All rights reserved.
13+
//</string>
14+
</dict>
15+
</plist>

0 commit comments

Comments
 (0)