RDProcess
RDProcess copied to clipboard
Unable to get list of all processes via Launch Services API
For example, neither -[NSRunningApplication runningApplicationsWithBundleIdentifier:]
or even LSCopyRunningApplicationArray()
are unable to list Google Chrome's GPU Process because this process was not launched via LaunchServices && don't have a proper Bundle ID.
So I have to go deeper, if it's possible.