From 8e7d11594402823c8ecf11695df96366ab3be8ac Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Thu, 12 Jan 2023 10:35:21 +0100 Subject: [PATCH] Add template for header (#879) Okay, this has nothing to do with post-editing and it's only for new files, but still useful. --- Mastodon.xcworkspace/xcshareddata/IDETemplateMacros.plist | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Mastodon.xcworkspace/xcshareddata/IDETemplateMacros.plist diff --git a/Mastodon.xcworkspace/xcshareddata/IDETemplateMacros.plist b/Mastodon.xcworkspace/xcshareddata/IDETemplateMacros.plist new file mode 100644 index 000000000..e84b8afc1 --- /dev/null +++ b/Mastodon.xcworkspace/xcshareddata/IDETemplateMacros.plist @@ -0,0 +1,3 @@ +{ + FILEHEADER = " Copyright © ___YEAR___ Mastodon gGmbH. All rights reserved."; +}