From 07fa91f71320804aed95c3a422cb1b482e2d5378 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sat, 10 May 2025 05:26:37 -0700 Subject: [PATCH] chore(apple): Add file header template for xcode (#9068) When creating new files in Xcode, it's helpful if the file header is already formatted properly. --- .../xcshareddata/IDETemplateMacros.plist | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/IDETemplateMacros.plist diff --git a/swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/IDETemplateMacros.plist b/swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/IDETemplateMacros.plist new file mode 100644 index 000000000..6428a83e8 --- /dev/null +++ b/swift/apple/Firezone.xcodeproj/project.xcworkspace/xcshareddata/IDETemplateMacros.plist @@ -0,0 +1,14 @@ + + + + + ORGANIZATIONNAME + Firezone, Inc. + FILEHEADER + +// ___FILENAME___ +// © ___YEAR___ ___ORGANIZATIONNAME___ +// LICENSE: Apache-2.0 +// + +