mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-23 04:33:03 +00:00
parent
b715212cab
commit
09aacabefa
1 changed files with 2 additions and 0 deletions
|
@ -408,6 +408,8 @@
|
|||
// this list if the API doesn't work.
|
||||
+ (NSArray<NSString*>*) responsibleBundleIDsOf:(NSString*)parentBundleID {
|
||||
NSDictionary<NSString*, NSArray<NSString*>*>* bundleIDMap = @{
|
||||
// Finder
|
||||
@"com.apple.finder": @[@"com.apple.quicklook.ui.helper"],
|
||||
// Safari
|
||||
@"com.apple.Safari": @[@"com.apple.WebKit.WebContent"],
|
||||
// Firefox
|
||||
|
|
Loading…
Reference in a new issue