mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user