소스 검색

Fix dropbox login on iOS 9

Felix Paul Kühne 10 년 전
부모
커밋
f3a2674ef7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Sources/VLC for iOS-Info.plist

+ 4 - 0
Sources/VLC for iOS-Info.plist

@@ -237,6 +237,10 @@
 	<string>1</string>
 	<key>LSApplicationCategoryType</key>
 	<string></string>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>dbapi-2</string>
+	</array>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>NSAppTransportSecurity</key>