.github/other_project_defaults/IDETemplateMacros.plist
2020-01-25 23:40:40 -08:00

20 lines
473 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>
// Created by Jesse Squires
// https://www.jessesquires.com
//
// Documentation
// https://jessesquires.github.io/PROJECT_NAME
//
// GitHub
// https://github.com/jessesquires/PROJECT_NAME
//
// Copyright © YEAR-present Jesse Squires
// </string>
</dict>
</plist>