Browse Source

Fix dropbox login on iOS 9

Felix Paul Kühne 10 years ago
parent
commit
f3a2674ef7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Sources/VLC for iOS-Info.plist

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

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