From 15875527a80948a1d97b35161a19e2e1d27ed1e4 Mon Sep 17 00:00:00 2001 From: Doug Date: Sun, 28 Sep 2025 15:53:14 +0100 Subject: [PATCH] Make sure the IDETemplateMacros.plist file is committed. --- compound-ios/.gitignore | 3 +++ .../xcode/xcshareddata/IDETemplateMacros.plist | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist diff --git a/compound-ios/.gitignore b/compound-ios/.gitignore index 878639360..ec902d24b 100644 --- a/compound-ios/.gitignore +++ b/compound-ios/.gitignore @@ -10,6 +10,9 @@ DerivedData/ .nova node_modules +# Make sure the IDETemplateMacros.plist is committed. +!.swiftpm + # Cocoapods in Inspector app Inspector/Pods diff --git a/compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist b/compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist new file mode 100644 index 000000000..bffbfdc99 --- /dev/null +++ b/compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist @@ -0,0 +1,13 @@ + + + + + FILEHEADER + +// Copyright ___YEAR___ New Vector Ltd +// +// SPDX-License-Identifier: AGPL-3.0-only +// Please see LICENSE in the repository root for full details. +// + + \ No newline at end of file