Skip to content

Instantly share code, notes, and snippets.

@jamesujeon
Last active July 13, 2021 08:24
Show Gist options
  • Save jamesujeon/06f06a24d2f1935a51824f2434978625 to your computer and use it in GitHub Desktop.
Save jamesujeon/06f06a24d2f1935a51824f2434978625 to your computer and use it in GitHub Desktop.
Put the simple file header template in 'YourProject.xcodeproj/xcshareddata'
<?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___
// ___PROJECTNAME___
//
// Copyright (c) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
//</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment