Update Info.plist

should resolve the permission issues because  using Documents directory instead of trying to create a Downloads directory.
This commit is contained in:
Malik Miran 2024-12-24 18:29:23 +06:00 committed by GitHub
parent 8c1337d1fc
commit d2481e4e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,5 +72,11 @@
<array>
<string>_spotube._tcp</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>UISupportsDocumentBrowser</key>
<true/>
</dict>
</plist>