From 6e117ac39c65751d7239449eee9c4fa8bd5f339d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Mon, 3 Feb 2025 18:04:47 -0800 Subject: [PATCH] Improve Microphone usage description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the microphone access request contain a message that is more clear to the user Changelog-Changed: Made the microphone access request message more clear to users Signed-off-by: Daniel D’Aquino --- damus.xcodeproj/project.pbxproj | 4 ++-- damus/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj index c5dd28a4..9af0b8b3 100644 --- a/damus.xcodeproj/project.pbxproj +++ b/damus.xcodeproj/project.pbxproj @@ -6284,7 +6284,7 @@ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; INFOPLIST_KEY_NSCameraUsageDescription = "Damus needs access to your camera if you want to scan QR codes and upload photos from it"; INFOPLIST_KEY_NSFaceIDUsageDescription = "Local authentication to access private key"; - INFOPLIST_KEY_NSMicrophoneUsageDescription = "Damus needs access to your microphone if you want to upload recorded videos from it"; + INFOPLIST_KEY_NSMicrophoneUsageDescription = "Damus needs access to your microphone to allow you to create video recordings that you can choose to post publicly on the network"; INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Granting Damus access to your photos allows you to save images."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; @@ -6336,7 +6336,7 @@ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; INFOPLIST_KEY_NSCameraUsageDescription = "Damus needs access to your camera if you want to scan QR codes and upload photos from it"; INFOPLIST_KEY_NSFaceIDUsageDescription = "Local authentication to access private key"; - INFOPLIST_KEY_NSMicrophoneUsageDescription = "Damus needs access to your microphone if you want to upload recorded videos from it"; + INFOPLIST_KEY_NSMicrophoneUsageDescription = "Damus needs access to your microphone to allow you to create video recordings that you can choose to post publicly on the network"; INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Granting Damus access to your photos allows you to save images."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; diff --git a/damus/Info.plist b/damus/Info.plist index fb84175d..e8f9ce21 100644 --- a/damus/Info.plist +++ b/damus/Info.plist @@ -73,6 +73,6 @@ NSAppleMusicUsageDescription Damus needs access to your media library for playback statuses NSMicrophoneUsageDescription - Damus needs access to your microphone for creating video recording posts + Damus needs access to your microphone to allow you to create video recordings that you can choose to post publicly on the network