From b9a2b9eed3d6a6ec689d3836afc534beccac1ec4 Mon Sep 17 00:00:00 2001 From: zx Date: Fri, 14 Feb 2025 19:31:56 -0500 Subject: [PATCH] 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 --- repo.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repo.json b/repo.json index 938a0a3..c90685d 100644 --- a/repo.json +++ b/repo.json @@ -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.",