Spotify的macOS、osX和沙箱授权

Spotify的macOS、osX和沙箱授权,macos,itunes,spotify,sandbox,Macos,Itunes,Spotify,Sandbox,现在,maxOS应用程序需要打开项目目标功能的沙箱选项。 获取itunes的访问权限,这样我就可以获得itunes的playerState、currentTrack 我加了一本字典之后 com.apple.security.scripting-targets 但有人告诉我Spotify没有 喜欢iTunes.sdef,所以我不能像iTunes那样使用 我可以用Spotify的沙箱权限做什么 Key: <key>com.apple.iTunes</key> value:

现在,maxOS应用程序需要打开项目目标功能的沙箱选项。 获取itunes的访问权限,这样我就可以获得itunes的playerState、currentTrack

我加了一本字典之后 com.apple.security.scripting-targets 但有人告诉我Spotify没有

喜欢iTunes.sdef,所以我不能像iTunes那样使用

我可以用Spotify的沙箱权限做什么

Key: <key>com.apple.iTunes</key>
value: <string>com.apple.iTunes.library.read</string>
value: <string>com.apple.iTunes.playerInfo</string>
value: <string>com.apple.iTunes.playback</string>
key: com.spotify.client
value: com.spotify.client.playback
value: com.spotify.client.PlaybackStateChanged