Last active
September 11, 2020 10:37
-
-
Save Geri-Borbas/e8a90159d4925962ae522cb9c9e0f2f6 to your computer and use it in GitHub Desktop.
Xcode file header template. Put this into <WORKSPACE_NAME>.xcworkspace/xcuserdata/<USER_NAME>.xcuserdatad/IDETemplateMacros.plist. Set date format in System Settings / Language & Region / Dates, then edit "Short" format.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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___ | |
// <PROJECT_NAME> | |
// | |
// Created by ___FULLUSERNAME___ on ___DATE___. | |
// Copyright © ___YEAR:deletingTrailingDot___ <COPYRIGHT_OWNER>. All rights reserved. | |
//</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment