Removed the IOS guard for the Download feature.

Enabled the UISupportsDocumentBrowser IOS option so that the App Documents are visible for other apps.
This commit is contained in:
Iulian Ciorascu
2023-02-11 00:55:23 +01:00
parent d7cbe40395
commit f504c4908c
2 changed files with 10 additions and 9 deletions

View File

@@ -66,6 +66,8 @@
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<true/>
<key>UISupportsDocumentBrowser</key>
<true/>
</dict>
</plist>