Make sure the IDETemplateMacros.plist file is committed.
This commit is contained in:
3
compound-ios/.gitignore
vendored
3
compound-ios/.gitignore
vendored
@@ -10,6 +10,9 @@ DerivedData/
|
|||||||
.nova
|
.nova
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# Make sure the IDETemplateMacros.plist is committed.
|
||||||
|
!.swiftpm
|
||||||
|
|
||||||
# Cocoapods in Inspector app
|
# Cocoapods in Inspector app
|
||||||
Inspector/Pods
|
Inspector/Pods
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>FILEHEADER</key>
|
||||||
|
<string>
|
||||||
|
// Copyright ___YEAR___ New Vector Ltd
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
// Please see LICENSE in the repository root for full details.
|
||||||
|
//</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Reference in New Issue
Block a user