Skip to content

Commit

Permalink
Add entitlement
Browse files Browse the repository at this point in the history
Add com.apple.security.temporary-exception.apple-events for sending
Applescript events to iTunes
  • Loading branch information
gonzoua committed May 25, 2013
1 parent 9cf386d commit 0e40c1e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion AudioBookBinder.entitlements
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
<dict>
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.apple.iTunes</string>
</array>
</dict>
</plist>

0 comments on commit 0e40c1e

Please sign in to comment.