RDProcess
RDProcess copied to clipboard
Re-implementation of NSProcessInfo+NSRunningApplication with all missed stuff (incl. Sandbox information and other things)
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...
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...