Skip to content

Commit

Permalink
fix(repo): new entitlements
Browse files Browse the repository at this point in the history
`com.apple.developer.usernotifications.communication` seems to be a real new entitlement in the main binary. `get-task-allow` is just randomly present in.. the safari extension? yeah, weird. will be fixed later. but then finally `com.apple.developer.game-center` is. in. the NotificationContentExtension? why???????

thanks @teflocarbon
  • Loading branch information
asdfzxcvbn committed Feb 15, 2025
1 parent 5a948b2 commit b9a2b9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
"permissions": {
"com.spotify.client": {
"entitlements": [
"com.apple.developer.usernotifications.communication",
"com.apple.developer.group-session",
"com.apple.developer.networking.multicast",
"aps-environment",
Expand All @@ -334,7 +335,10 @@
"com.apple.developer.applesignin",
"keychain-access-groups",
"com.apple.developer.healthkit.access",
"com.apple.security.application-groups"
"com.apple.security.application-groups",

"get-task-allow",
"com.apple.developer.game-center"
],
"privacy": {
"NSAppleMusicUsageDescription": "This will let you play your imported music on Spotify.",
Expand Down

0 comments on commit b9a2b9e

Please sign in to comment.