Update camera and microphone usage descriptions

This commit is contained in:
Stefan Ceriu 2023-06-13 17:04:16 +03:00 committed by Stefan Ceriu
parent 9d22dac19e
commit dfab0a1cb4
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>The camera is used to take and upload photos and videos.</string>
<string>To take pictures or videos and send them as a message Element X needs access to the camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>The microphone is used to take videos.</string>
<string>To take videos with audio and send them as a message Element X needs access to the microphone.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Allows saving photos and videos to your library.</string>
<key>NSUserActivityTypes</key>

View File

@ -62,8 +62,8 @@ targets:
NSUserActivityTypes: [
INSendMessageIntent
]
NSCameraUsageDescription: The camera is used to take and upload photos and videos.
NSMicrophoneUsageDescription: The microphone is used to take videos.
NSCameraUsageDescription: To take pictures or videos and send them as a message Element X needs access to the camera.
NSMicrophoneUsageDescription: To take videos with audio and send them as a message Element X needs access to the microphone.
NSPhotoLibraryAddUsageDescription: Allows saving photos and videos to your library.
UIBackgroundModes: [
fetch