ios: Fix exporting/downloading to file.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user