From e0dabd8557f5dddb2a43ad4b32e707b3d08bd5ed Mon Sep 17 00:00:00 2001 From: Garrett Watson Date: Sun, 23 Jun 2024 16:43:54 -0400 Subject: [PATCH] feat: update privacy usage descriptions --- ios/Runner/Info.plist | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 1185a1d..656aed7 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -33,28 +33,23 @@ NSCameraUsageDescription Send photos to other users NSMicrophoneUsageDescription - Record voice messages + ReCon uses your microphone to record voice messages. NSPhotoLibraryUsageDescription - Send photos to other users + ReCon uses your photo library to send images to your contacts. + UIApplicationSupportsIndirectInputEvents + UIBackgroundModes fetch processing UILaunchStoryboardName - LaunchScreen + LaunchScreen.storyboard UIMainStoryboardFile Main UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown -