v1.4 candidate

-improved auth window prompt (delay after success)
 -added extraction/printing of obj-c objects from exception.reason
 -ensures comparison of dylib to main binary image name now handles symbolic links
 -new icon
This commit is contained in:
Patrick Wardle
2016-03-24 21:17:00 -10:00
parent b99b05888c
commit 242d4021c9
23 changed files with 124 additions and 111 deletions
+3
View File
@@ -18,6 +18,9 @@
//auth button
@property (weak) IBOutlet NSButton *authButton;
//cancel button
@property (weak) IBOutlet NSButton *cancelButton;
//arrow icon
@property (weak) IBOutlet NSImageView *arrowIcon;