From ab0c05d2ec6fb9dc2e257e48dc3207722f1477c6 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 9 Nov 2021 14:21:10 +0200 Subject: [PATCH] iOS permissions descriptions --- ios/Runner/Info-Debug.plist | 14 +++++++------- ios/Runner/Info-Release.plist | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ios/Runner/Info-Debug.plist b/ios/Runner/Info-Debug.plist index 3966d2b..51e738b 100644 --- a/ios/Runner/Info-Debug.plist +++ b/ios/Runner/Info-Debug.plist @@ -42,13 +42,13 @@ UIViewControllerBasedStatusBarAppearance NSCameraUsageDescription - Explanation on why the camera access is needed. - NSPhotoLibraryUsageDescription - describe why your app needs permission for the photo library. - NSLocationWhenInUseUsageDescription - This app needs access to location when open. - NSLocationAlwaysUsageDescription - This app needs access to location when open. + May need camera access to scan QrCode or take photo in scope of dashboard widget actions. + NSPhotoLibraryUsageDescription + May need photo library access in scope of `Take photo` widget action. + NSLocationWhenInUseUsageDescription + May need device location access in scope of `Set location` widget action. + NSLocationAlwaysUsageDescription + May need device location access in scope of `Set location` widget action. NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/ios/Runner/Info-Release.plist b/ios/Runner/Info-Release.plist index dc96c7e..8244e5c 100644 --- a/ios/Runner/Info-Release.plist +++ b/ios/Runner/Info-Release.plist @@ -42,12 +42,12 @@ UIViewControllerBasedStatusBarAppearance NSCameraUsageDescription - Explanation on why the camera access is needed. + May need camera access to scan QrCode or take photo in scope of dashboard widget actions. NSPhotoLibraryUsageDescription - describe why your app needs permission for the photo library. + May need photo library access in scope of `Take photo` widget action. NSLocationWhenInUseUsageDescription - This app needs access to location when open. - NSLocationAlwaysUsageDescription - This app needs access to location when open. + May need device location access in scope of `Set location` widget action. + NSLocationAlwaysUsageDescription + May need device location access in scope of `Set location` widget action.