现在,maxOS应用程序需要打开Project Target功能的沙箱选项。 要获取iTunes的访问权限,以便我可以获取playerState,iTunes的currentTrack
在沙盒权利中添加字典
com.apple.security.scripting-targets后。 然后添加这些
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>
否则,playerState总是为零。
但我也以同样的方式做Spotify。
key: com.spotify.client value: com.spotify.client.playback value: com.spotify.client.PlaybackStateChanged
但是有人告诉我Spotify没有
&lt; \ access-group identifier =“***”/&gt;
喜欢iTunes.sdef所以我不能像iTunes一样使用。
对于Spotify的沙箱权利,我该怎么办?