From 7b11bef8b02af5b2afc9aaa82297164a847f1211 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 26 Jun 2023 16:17:08 +0300 Subject: [PATCH] Temporarily remove the location usage description --- ElementX/SupportingFiles/Info.plist | 2 -- ElementX/SupportingFiles/target.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/ElementX/SupportingFiles/Info.plist b/ElementX/SupportingFiles/Info.plist index 9c7933379..dfc49dad1 100644 --- a/ElementX/SupportingFiles/Info.plist +++ b/ElementX/SupportingFiles/Info.plist @@ -28,8 +28,6 @@ NSCameraUsageDescription To take pictures or videos and send them as a message $(APP_DISPLAY_NAME) needs access to the camera. - NSLocationWhenInUseUsageDescription - When you share your location to people, $(APP_DISPLAY_NAME) needs access to show them a map. NSMicrophoneUsageDescription To take videos with audio and send them as a message $(APP_DISPLAY_NAME) needs access to the microphone. NSPhotoLibraryAddUsageDescription diff --git a/ElementX/SupportingFiles/target.yml b/ElementX/SupportingFiles/target.yml index f9bb9aa1d..26a4a7a48 100644 --- a/ElementX/SupportingFiles/target.yml +++ b/ElementX/SupportingFiles/target.yml @@ -66,7 +66,6 @@ targets: NSCameraUsageDescription: To take pictures or videos and send them as a message $(APP_DISPLAY_NAME) needs access to the camera. NSMicrophoneUsageDescription: To take videos with audio and send them as a message $(APP_DISPLAY_NAME) needs access to the microphone. NSPhotoLibraryAddUsageDescription: Allows saving photos and videos to your library. - NSLocationWhenInUseUsageDescription: When you share your location to people, $(APP_DISPLAY_NAME) needs access to show them a map. UIBackgroundModes: [ fetch ]