Such a string comes to the variable. You need to parse it and take the name of the application. 
How to process it to take a specific value: SLGoogleAuth HalfTunes TheBackgrounder Calculator. Thanks in advance for any help.
Class LSApplicationWorkspace_class = objc_getClass("LSApplicationWorkspace"); SEL selector = NSSelectorFromString(@"defaultWorkspace"); NSObject *workspace = [LSApplicationWorkspace_class performSelector:selector]; SEL selectorALL = NSSelectorFromString(@"allApplications"); NSArray *list = [workspace performSelector:selectorALL]; [list enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL *_Nonnull stop) { NSLog(@"item %@", [obj valueForKey:@"_bundleExecutable"]); }]; Source: https://ru.stackoverflow.com/questions/614053/
All Articles
.appleft to slash - Max Mikheyenko