Fixed the names for some of the cases for the Template enumeration in the library target.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
enum Template: String {
|
||||
case app = "App"
|
||||
case appTests = "AppTests"
|
||||
case app = "App/App"
|
||||
case appTests = "Test/AppTests"
|
||||
case package = "Package"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user