Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #378 from chrismou/elcapitan-scrobbling-fix
Browse files Browse the repository at this point in the history
Lastfm scrobbling fix for El Capitan users
  • Loading branch information
kbhomes committed Oct 28, 2015
2 parents c0494a4 + fee1bf1 commit eb7252c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions radiant-player-mac/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>ws.audioscrobbler.com</key>
<dict>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit eb7252c

Please sign in to comment.