Skip to content

Commit

Permalink
Update Apple Events usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangarelick committed May 14, 2024
1 parent 33fe312 commit ff08744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoundSeer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
INFOPLIST_KEY_CFBundleDisplayName = SoundSeer;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSAppleEventsUsageDescription = "This permission is necessary to read Spotify data and control playback.";
INFOPLIST_KEY_NSAppleEventsUsageDescription = "This permission is necessary to read your music player's data and control playback.";
INFOPLIST_KEY_NSHumanReadableCopyright = "2024 Jonathan Garelick";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -575,7 +575,7 @@
INFOPLIST_KEY_CFBundleDisplayName = SoundSeer;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSAppleEventsUsageDescription = "This permission is necessary to read Spotify data and control playback.";
INFOPLIST_KEY_NSAppleEventsUsageDescription = "This permission is necessary to read your music player's data and control playback.";
INFOPLIST_KEY_NSHumanReadableCopyright = "2024 Jonathan Garelick";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit ff08744

Please sign in to comment.