From ad14302ac5aa58ee9bcf97d14d143c63e53e72e8 Mon Sep 17 00:00:00 2001
From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Thu, 6 Jul 2023 11:13:05 -0400
Subject: [PATCH] macOS: remove unnecessary permission for photo library access

This commit removes a permission that is not needed, as the photo
library is not accessed in the code.

Change-Id: I47a3af739252733e3e8a2379b417396b2b67578c
---
 resources/Info.plist | 2 --
 1 file changed, 2 deletions(-)

diff --git a/resources/Info.plist b/resources/Info.plist
index b6cc14e32..198d8bb1b 100644
--- a/resources/Info.plist
+++ b/resources/Info.plist
@@ -34,8 +34,6 @@
 	<string>Jami requires to access your camera to make calls and record video</string>
 	<key>NSMicrophoneUsageDescription</key>
 	<string>Jami requires to access your microphone to make calls and record audio</string>
-	<key>NSPhotoLibraryUsageDescription</key>
-	<string>Jami requires to access your photo library to show image on profile and send via chat</string>
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<true/>
 </dict>
-- 
GitLab