Fix asset catalog extension
This commit is contained in:
parent
742b50f81f
commit
99d5c5ca74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue