try to solve file_picker on ios

This commit is contained in:
lollipopkit
2023-02-17 18:57:16 +08:00
parent 558721fa79
commit 9c00dc8a54
7 changed files with 37 additions and 71 deletions

View File

@@ -47,8 +47,16 @@
<string>zh</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>