Explorar el Código

ATV: add support for HTTP playback

Felix Paul Kühne hace 9 años
padre
commit
37555f9f24
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      VLC for Apple TV/Info.plist

+ 5 - 0
VLC for Apple TV/Info.plist

@@ -24,6 +24,11 @@
 	<string>100.0</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+	</dict>
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>audio</string>