NEW: option to define if the reporting window should stay on top

This commit is contained in:
Antoine Mercadal
2014-11-06 12:21:23 -08:00
parent 0f791be195
commit aee89b1f63
5 changed files with 140 additions and 37 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ AppController *SharedAppControllerInstance = nil;
kDefaultAutoOpenXcodeProject: @YES,
kDefaultUseSymlinkWhenCreatingProject: @YES,
kDefaultXCCUseDebugFrameworkWithObjj: @YES,
kDefaultXCCShouldProcessObjj: @YES
kDefaultXCCShouldProcessObjj: @YES,
kDefaultXCCPanelStyleUtility: @NO
};
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];