From 99d5c5ca746d6b1cc4cccbe42d6ca691c3885446 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 31 Dec 2020 18:41:25 +0100 Subject: [PATCH] Fix asset catalog extension --- Sources/LibMakeColors/Generators/AssetCatalogGenerator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LibMakeColors/Generators/AssetCatalogGenerator.swift b/Sources/LibMakeColors/Generators/AssetCatalogGenerator.swift index 7851575..62235eb 100644 --- a/Sources/LibMakeColors/Generators/AssetCatalogGenerator.swift +++ b/Sources/LibMakeColors/Generators/AssetCatalogGenerator.swift @@ -1,7 +1,7 @@ import Foundation final class AssetCatalogGenerator: Generator { - static let defaultExtension = "xcasset" + static let defaultExtension = "xcassets" static let option = "ios" let context: Context