mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
dylibs and files in bottom pane are now sorted
errSecCSBadResource is ignored when checking for apple-signed files 'show file' fixed in bottom pane tree view (re)fixed and sorted based on PID tree view logic combined in single file
This commit is contained in:
+1
-6
@@ -138,9 +138,7 @@
|
||||
|
||||
}//add new tasks
|
||||
|
||||
//sort by name!
|
||||
|
||||
//reload table
|
||||
//reload task table
|
||||
[((AppDelegate*)[[NSApplication sharedApplication] delegate]) reloadTaskTable];
|
||||
|
||||
//now generate signing info
|
||||
@@ -261,9 +259,6 @@
|
||||
//add kernel task
|
||||
[allTasks setObject:task forKey:@0];
|
||||
|
||||
//sort all tasks alphabetically
|
||||
[allTasks sort:@"name"];
|
||||
|
||||
//bail
|
||||
bail:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user