feat: ios app - make documents files visible to the Finder/AppleDevices app (#1377)

This commit is contained in:
TwinStar
2024-05-26 20:08:59 +08:00
committed by GitHub
parent a9f5e16a48
commit 7fc2af0776
+6
View File
@@ -121,5 +121,11 @@
</array>
</dict>
</array>
<!-- Make documents files visible to the Finder/AppleDevices app -->
<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
</dict>
</plist>