From 1c79c9ef1e55eee47122b0079bb804eae4bec97d Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Wed, 8 May 2024 14:34:45 +0200 Subject: [PATCH] re-add file header (IOS-264) --- Mastodon.xcodeproj/xcshareddata/IDETemplateMacros.plist | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Mastodon.xcodeproj/xcshareddata/IDETemplateMacros.plist diff --git a/Mastodon.xcodeproj/xcshareddata/IDETemplateMacros.plist b/Mastodon.xcodeproj/xcshareddata/IDETemplateMacros.plist new file mode 100644 index 000000000..120490ff8 --- /dev/null +++ b/Mastodon.xcodeproj/xcshareddata/IDETemplateMacros.plist @@ -0,0 +1,3 @@ +{ + FILEHEADER = " Copyright © ___YEAR___ Mastodon gGmbH. All rights reserved."; +} \ No newline at end of file