ios: Fix exporting/downloading to file.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
2025-11-09 11:54:37 -05:00
parent 61200c4a7d
commit 4447ea63e2
4 changed files with 79 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>14.0</string>
<string>14.5</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
@@ -88,6 +88,8 @@
<key>NSMicrophoneUsageDescription</key>
<string>Microphone access is used to capture audio to add to posts.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo library access is userd to select images to add to posts.</string>
<string>Photo library access is used to select images to add to posts.</string>
<key>NSDownlodasFolderUsageDescription</key>
<string>Downloads folder access is used to export and import apps.</string>
</dict>
</plist>