Просмотр исходного кода

Add UISupportsDocumentBrowser + LSSupportsOpeningDocumentsInPlace

Marino Faggiana 6 лет назад
Родитель
Сommit
eafc4d1eab
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      iOSClient/Brand/iOSClient.plist

+ 4 - 0
iOSClient/Brand/iOSClient.plist

@@ -98,6 +98,8 @@
 	</array>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
+	<key>LSSupportsOpeningDocumentsInPlace</key>
+	<true/>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>
@@ -144,6 +146,8 @@
 		<string>UIInterfaceOrientationLandscapeRight</string>
 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 	</array>
+	<key>UISupportsDocumentBrowser</key>
+	<true/>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 </dict>