mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
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:
+4
-11
@@ -6,25 +6,18 @@
|
||||
// Copyright (c) 2015 Objective-See. All rights reserved.
|
||||
//
|
||||
|
||||
//TODO: list of what's running on my Mac on website!!!!
|
||||
|
||||
#import "KKRow.h"
|
||||
#import "Binary.h"
|
||||
#import "Consts.h"
|
||||
#import "ItemBase.h"
|
||||
#import "ItemView.h"
|
||||
#import "VTButton.h"
|
||||
|
||||
|
||||
#import "kkRowCell.h"
|
||||
#import "Utilities.h"
|
||||
#import "AppDelegate.h"
|
||||
#import "ItemBase.h"
|
||||
#import "TaskTableController.h"
|
||||
#import "InfoWindowController.h"
|
||||
|
||||
#import "KKRow.h"
|
||||
#import "kkRowCell.h"
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@implementation TaskTableController
|
||||
|
||||
@synthesize itemView;
|
||||
@@ -823,7 +816,7 @@ bail:
|
||||
//draw
|
||||
[selectedView setNeedsDisplay:YES];
|
||||
|
||||
//make hide it after .33 second
|
||||
//make hidden it after .33 second
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(.33 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
|
||||
//reset color
|
||||
|
||||
Reference in New Issue
Block a user