mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
* Change copyright headers in Classes, Tests and Integration * Remove empty line from template * Add headers to demo files
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>FILEHEADER</key>
|
|
<string>
|
|
// ___FILENAME___
|
|
// ___TARGETNAME___
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//</string>
|
|
</dict>
|
|
</plist>
|