소스 검색

ATV: add support for HTTP playback

Felix Paul Kühne 9 년 전
부모
커밋
37555f9f24
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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>