Fixed the names for some of the cases for the Template enumeration in the library target.

This commit is contained in:
Javier Cicchelli 2025-02-05 01:22:27 +01:00
parent af73e6d1a2
commit 3dcb110de1

View File

@ -1,6 +1,6 @@
enum Template: String {
case app = "App"
case appTests = "AppTests"
case app = "App/App"
case appTests = "Test/AppTests"
case package = "Package"
}