Fixes #1072 - Crashes when trying to save media to the photo library

This commit is contained in:
Stefan Ceriu 2023-06-13 08:49:15 +03:00 committed by Stefan Ceriu
parent 46df29e152
commit c4125fd81c
3 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,8 @@
<string>The camera is used to take and upload photos and videos.</string>
<key>NSMicrophoneUsageDescription</key>
<string>The microphone is used to take videos.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Allows saving photos and videos to your library.</string>
<key>NSUserActivityTypes</key>
<array>
<string>INSendMessageIntent</string>

View File

@ -64,6 +64,7 @@ targets:
]
NSCameraUsageDescription: The camera is used to take and upload photos and videos.
NSMicrophoneUsageDescription: The microphone is used to take videos.
NSPhotoLibraryAddUsageDescription: Allows saving photos and videos to your library.
UIBackgroundModes: [
fetch
]

1
changelog.d/1072.bugfix Normal file
View File

@ -0,0 +1 @@
Fixed crashes when trying to save media to the photo library