RDProcess icon indicating copy to clipboard operation
RDProcess copied to clipboard

Re-implementation of NSProcessInfo+NSRunningApplication with all missed stuff (incl. Sandbox information and other things)

Results 3 RDProcess issues
Sort by recently updated
recently updated
newest added

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...

bug

Hey. If you're interested in retrieving active URLs from "Safari Web Content" processes, you should be able to retrieve it from launch services dictionary using the "LSActivePageUserVisibleOriginsKey" key. See https://gist.github.com/zorgiepoo/d751cba19a0167a589a2...