Skip to content

Commit

Permalink
Allow less secure content
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 2, 2019
1 parent c895b9d commit 884992f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Chameleon.iOS/Info.plist
Expand Up @@ -50,5 +50,12 @@
<string>This app needs access to the media library.</string>
<key>kTCCServiceMediaLibrary</key>
<string>This app needs music usage access.</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoadsInMedia</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 884992f

Please sign in to comment.