Creating playlists in iTunes using Scripting Bridge in a Sandboxed app
问题 Is this possible? In this question I saw that you add to the entitlements file: <key>com.apple.security.scripting-targets</key> <dict> <key>com.apple.iTunes</key> <array> <string>com.apple.iTunes.library.read</string> <string>com.apple.iTunes.playback</string> </array> </dict> for read access. But how do you get write access? I looked in the documentation and they suggest the manual for sdef , but I couldn't extract any information from this. Also, would this hamper a submission to the App