Skip to content

Commit bbcfee5

Browse files
committed
add header comment template. close #46
1 parent 34a3323 commit bbcfee5

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@
169169
8842B1E91AF6ECBD000FFC99 /* AppDelegate.h */,
170170
8842B1EA1AF6ECBD000FFC99 /* AppDelegate.m */,
171171
8842B1F21AF6ECBD000FFC99 /* Images.xcassets */,
172-
8842B1F41AF6ECBD000FFC99 /* LaunchScreen.xib */,
173-
8842B1EF1AF6ECBD000FFC99 /* Main.storyboard */,
174172
8842B1E61AF6ECBD000FFC99 /* Info.plist */,
173+
8842B1F41AF6ECBD000FFC99 /* LaunchScreen.xib */,
175174
8842B1E71AF6ECBD000FFC99 /* main.m */,
175+
8842B1EF1AF6ECBD000FFC99 /* Main.storyboard */,
176176
8842B1EC1AF6ECBD000FFC99 /* ViewController.h */,
177177
8842B1ED1AF6ECBD000FFC99 /* ViewController.m */,
178178
);
@@ -186,9 +186,9 @@
186186
884ED3881AF6F412009CE403 /* AppDelegate.h */,
187187
884ED3891AF6F412009CE403 /* AppDelegate.m */,
188188
884ED38D1AF6F412009CE403 /* Images.xcassets */,
189-
884ED38F1AF6F412009CE403 /* MainMenu.xib */,
190189
884ED3871AF6F412009CE403 /* Info.plist */,
191190
884ED38B1AF6F412009CE403 /* main.m */,
191+
884ED38F1AF6F412009CE403 /* MainMenu.xib */,
192192
);
193193
path = "Example-OSX";
194194
sourceTree = "<group>";
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>FILEHEADER</key>
6+
<string>
7+
// Created by Jesse Squires
8+
// https://www.jessesquires.com
9+
//
10+
//
11+
// Documentation
12+
// https://jessesquires.github.io/JSQSystemSoundPlayer
13+
//
14+
//
15+
// GitHub
16+
// https://github.com/jessesquires/JSQSystemSoundPlayer
17+
//
18+
//
19+
// License
20+
// Copyright © 2013-present Jesse Squires
21+
// Released under an MIT license: https://opensource.org/licenses/MIT
22+
// </string>
23+
</dict>
24+
</plist>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>FILEHEADER</key>
6+
<string>
7+
// Created by Jesse Squires
8+
// https://www.jessesquires.com
9+
//
10+
//
11+
// Documentation
12+
// https://jessesquires.github.io/JSQSystemSoundPlayer
13+
//
14+
//
15+
// GitHub
16+
// https://github.com/jessesquires/JSQSystemSoundPlayer
17+
//
18+
//
19+
// License
20+
// Copyright © 2013-present Jesse Squires
21+
// Released under an MIT license: https://opensource.org/licenses/MIT
22+
// </string>
23+
</dict>
24+
</plist>

0 commit comments

Comments
 (0)