Adding print statement to display plist data (UIAppFont key)

This commit is contained in:
2021-12-13 14:09:22 +01:00
parent ce3cac90be
commit e2150059f7
3 changed files with 18 additions and 4 deletions

View File

@ -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: "[]+-_"))")