Fixes #1072 - Crashes when trying to save media to the photo library
This commit is contained in:
committed by
Stefan Ceriu
parent
1e6f121708
commit
6c7c10ebc0
@@ -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>
|
||||
|
||||
@@ -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
1
changelog.d/1072.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fixed crashes when trying to save media to the photo library
|
||||
Reference in New Issue
Block a user