added (skeleton) dylib info window

added record if binary is apple-signed & display green icon
sort tasks by name
This commit is contained in:
Patrick Wardle
2015-06-15 21:35:08 -10:00
parent e8ce5006bb
commit f19466a8fe
17 changed files with 330 additions and 90 deletions
+10
View File
@@ -40,8 +40,18 @@
-(void)awakeFromNib
{
self.selectedRow = -1;
/*
NSString *title = @"[ all tasks ]";
NSTableColumn *yourColumn = self.itemView.tableColumns.lastObject;
[yourColumn.headerCell setStringValue:title];
[self.itemView setIndicatorImage:[NSImage imageNamed:@"NSDescendingSortIndicator"] inTableColumn:self.itemView.tableColumns.lastObject];
*/
}
/*
//invoked automatically while nib is loaded
// ->note: outlets are nil here...