New: show successfully loaded NSClasses in nib2cib verbose.

It's helpful to see which ones are loaded when troubleshooting nib2cib.
This commit is contained in:
Alexander Ljungberg
2016-08-10 13:22:04 +01:00
parent fedc721432
commit dde805931d
+2
View File
@@ -230,6 +230,8 @@ var FILE = require("file"),
CPLog.info("Aux themes : " + themeList.slice(1).join(", "));
CPLog.info("Config file : " + (configInfo.path || ""));
CPLog.info("System Font : " + [CPFont systemFontSize] + "px " + [CPFont systemFontFace]);
CPLog.info("NSClasses : " + userNSClasses);
CPLog.info("-------------------------------------------------------------\n");
var converter = [[Converter alloc] initWithInputPath:inputPath outputPath:outputPath];