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