Skip to content

Commit

Permalink
Add itunes and spotify apple-events entitlements
Browse files Browse the repository at this point in the history
cemolcay committed Mar 29, 2017
1 parent c85525b commit 30cab55
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChordDetector/Chord Detector.entitlements
Original file line number Diff line number Diff line change
@@ -6,5 +6,16 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.temporary-exception.apple-events</key>
<dict>
<key>com.apple.iTunes</key>
<array>
<string>com.apple.iTunes.playerInfo</string>
</array>
<key>com.spotify.client</key>
<array>
<string>com.spotify.client.PlaybackStateChanged</string>
</array>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ChordDetector/Info.plist
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>

0 comments on commit 30cab55

Please sign in to comment.