Skip to content

Commit

Permalink
add Microsoft Edge to ResponsibleBundleIDsOf
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenalin8231 committed Apr 18, 2022
1 parent 6ef13ed commit 4608f4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BGMApp/BGMApp/BGMBackgroundMusicDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ BGMBackgroundMusicDevice::ResponsibleBundleIDsOf(CACFString inParentBundleID)
// Skype
{ "com.skype.skype", { "com.skype.skype.Helper" } },
// Google Chrome
{ "com.google.Chrome", { "com.google.Chrome.helper" } }
{ "com.google.Chrome", { "com.google.Chrome.helper" } },
// Microsoft Edge
{ "com.microsoft.edgemac", { "com.microsoft.edgemac.helper" } }
};

// Parallels' VM "dock helper" apps have bundle IDs like
Expand Down

0 comments on commit 4608f4b

Please sign in to comment.