Adding print statement to display plist data (UIAppFont key)
This commit is contained in:
@ -20,7 +20,7 @@ class FontToolContentGenerator {
|
||||
}
|
||||
|
||||
static func getFontNameEnum(fontsNames: [String]) -> String {
|
||||
var enumDefinition = "\tenum FontName: String {"
|
||||
var enumDefinition = "\tenum FontName: String {\n"
|
||||
|
||||
fontsNames.forEach {
|
||||
//debugPrint("Name: \($0.removeCharacters(from: "[]+-_"))")
|
||||
|
Reference in New Issue
Block a user