iOSInstalledApps icon indicating copy to clipboard operation
iOSInstalledApps copied to clipboard

Utility functions to fetch installed apps on iOS by a combination of reading running processes & investigating custom URL schemes implemented.

Results 2 iOSInstalledApps issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

In LLInstalledApps.m line 69, then app crashes indicating the foo is nil ``` + (NSArray *) runningApps{ NSArray* foo = [[LLInstalledApps sharedInstance] _sysctl_ps]; assert(foo); ............ ```