mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-23 12:43:05 +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.
|
// this list if the API doesn't work.
|
||||||
+ (NSArray<NSString*>*) responsibleBundleIDsOf:(NSString*)parentBundleID {
|
+ (NSArray<NSString*>*) responsibleBundleIDsOf:(NSString*)parentBundleID {
|
||||||
NSDictionary<NSString*, NSArray<NSString*>*>* bundleIDMap = @{
|
NSDictionary<NSString*, NSArray<NSString*>*>* bundleIDMap = @{
|
||||||
|
// Finder
|
||||||
|
@"com.apple.finder": @[@"com.apple.quicklook.ui.helper"],
|
||||||
// Safari
|
// Safari
|
||||||
@"com.apple.Safari": @[@"com.apple.WebKit.WebContent"],
|
@"com.apple.Safari": @[@"com.apple.WebKit.WebContent"],
|
||||||
// Firefox
|
// Firefox
|
||||||
|
|
Loading…
Reference in a new issue