feat: make downloads visible in iOS

This commit is contained in:
Tien Do Nam
2023-01-03 22:56:51 +01:00
parent 8d22811af1
commit b6fd0312d6
+6
View File
@@ -52,6 +52,12 @@
<string>de</string>
<string>en</string>
</array>
<!-- Make downloaded files visible to the user -->
<key>UISupportsDocumentBrowser</key>
<true/>
<!-- Permissions -->
<key>NSPhotoLibraryUsageDescription</key>
<string>The app needs photo library access so that the user can select photos to share.</string>
<key>NSPhotoLibraryAddUsageDescription</key>