fix(repo): new entitlements

`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
This commit is contained in:
zx
2025-02-14 19:31:56 -05:00
parent 5a948b220b
commit b9a2b9eed3
+5 -1
View File
@@ -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",
@@ -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.",