From e71c41c394dd95ef262d74c1fc4653cf4bb1e057 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 11 Nov 2021 10:56:45 +0200 Subject: [PATCH] Update iOS access permissions descriptions --- ios/Runner/Info-Debug.plist | 8 ++++---- ios/Runner/Info-Release.plist | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ios/Runner/Info-Debug.plist b/ios/Runner/Info-Debug.plist index 51e738b..931b06a 100644 --- a/ios/Runner/Info-Debug.plist +++ b/ios/Runner/Info-Debug.plist @@ -42,13 +42,13 @@ UIViewControllerBasedStatusBarAppearance NSCameraUsageDescription - May need camera access to scan QrCode or take photo in scope of dashboard widget actions. + Scan QrCode or take photos using your camera. NSPhotoLibraryUsageDescription - May need photo library access in scope of `Take photo` widget action. + Access photo library to take existing photos. NSLocationWhenInUseUsageDescription - May need device location access in scope of `Set location` widget action. + Get location to place the device on a map. NSLocationAlwaysUsageDescription - May need device location access in scope of `Set location` widget action. + Get location to place the device on a map. NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/ios/Runner/Info-Release.plist b/ios/Runner/Info-Release.plist index 8244e5c..7a43d13 100644 --- a/ios/Runner/Info-Release.plist +++ b/ios/Runner/Info-Release.plist @@ -42,12 +42,12 @@ UIViewControllerBasedStatusBarAppearance NSCameraUsageDescription - May need camera access to scan QrCode or take photo in scope of dashboard widget actions. + Scan QrCode or take photos using your camera. NSPhotoLibraryUsageDescription - May need photo library access in scope of `Take photo` widget action. + Access photo library to take existing photos. NSLocationWhenInUseUsageDescription - May need device location access in scope of `Set location` widget action. + Get location to place the device on a map. NSLocationAlwaysUsageDescription - May need device location access in scope of `Set location` widget action. + Get location to place the device on a map.