Remove example project stencil file extension.

This commit is contained in:
Marek Fořt 2020-03-26 17:45:52 +01:00
parent b195abbbb1
commit 56116bdf96
2 changed files with 1 additions and 1 deletions

View File

@ -109,6 +109,6 @@ let template = Template(
.file(path: "Tuist/Templates/framework/Template.swift",
templatePath: "ExampleTemplate.stencil"),
.file(path: "Tuist/Templates/framework/project.stencil",
templatePath: "ExampleProject.stencil"),
templatePath: "ExampleProject"),
]
)