mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
v1.1.0 commit
finalized a global search window (tasks, dylibs, files) finalized a flagged items window for any flagged tasks or dylibs finalized XPC-helper's security improved by allowing only Objective-See binary to connect several UI fixes/improvements
This commit is contained in:
+1
-10
@@ -22,14 +22,11 @@
|
||||
|
||||
@implementation TaskEnumerator
|
||||
|
||||
|
||||
@synthesize files;
|
||||
@synthesize tasks;
|
||||
@synthesize dylibs;
|
||||
@synthesize binaryQueue;
|
||||
@synthesize executables;
|
||||
@synthesize isEnumerating;
|
||||
|
||||
|
||||
//init
|
||||
-(id)init
|
||||
@@ -73,10 +70,7 @@
|
||||
|
||||
//xpc connection
|
||||
NSXPCConnection* xpcConnection = nil;
|
||||
|
||||
//set flag
|
||||
self.isEnumerating = YES;
|
||||
|
||||
|
||||
//determine if network is connected
|
||||
// ->sets 'isConnected' flag
|
||||
((AppDelegate*)[[NSApplication sharedApplication] delegate]).isConnected = isNetworkConnected();
|
||||
@@ -203,9 +197,6 @@
|
||||
|
||||
//TODO: add network connection filtering
|
||||
|
||||
//all done!
|
||||
self.isEnumerating = NO;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user