From bc24ad73889d0e2b215d6672f131cc7a0268a91b Mon Sep 17 00:00:00 2001 From: Ivan Antunes Date: Thu, 5 Sep 2024 09:02:40 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Descri=C3=A7=C3=A3o=20da=20Solicita?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20Permiss=C3=A3o=20de=20Camera=20e=20Bibliot?= =?UTF-8?q?eca?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Runner/Info.plist | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 50c7e216..de941755 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -62,11 +62,11 @@ NSCameraUsageDescription - In order to take a picture or video, this app requires permission to access the camera. + FRE ACCESS HUB Uses the camera for taking profile pictures. NSFaceIDUsageDescription Why is my app authenticating using face id? NSPhotoLibraryUsageDescription - In order to upload data, this app requires permission to access the photo library. + FRE ACCESS HUB Uses the library for allowing the user to pick a photo for his profile picture or for a guest. UIApplicationSupportsIndirectInputEvents BGTaskSchedulerPermittedIdentifiers diff --git a/pubspec.yaml b/pubspec.yaml index 36f3d38f..4ebee002 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: "none" -version: 1.0.0+7 +version: 1.0.0+8 environment: sdk: ">=3.0.0 <4.0.0"