Fix asset catalog extension

This commit is contained in:
Sven Weidauer 2020-12-31 18:41:25 +01:00
parent 742b50f81f
commit 99d5c5ca74

View file

@ -1,7 +1,7 @@
import Foundation import Foundation
final class AssetCatalogGenerator: Generator { final class AssetCatalogGenerator: Generator {
static let defaultExtension = "xcasset" static let defaultExtension = "xcassets"
static let option = "ios" static let option = "ios"
let context: Context let context: Context