Skip to content

Commit 21a95fd

Browse files
chore: Add missing header file declaration in Tuist Project (#56)
2 parents ace7b9e + ee11bb3 commit 21a95fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@ let project = Project(
124124
"EuriaResources/**/*.lottie"
125125
],
126126
settings: .settings(base: Constants.baseSettings))
127-
]
127+
],
128+
fileHeaderTemplate: .file("file-header-template.txt")
128129
)

0 commit comments

Comments
 (0)