mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user