fix: Descrição da Solicitação de Permissão de Camera e Biblioteca

This commit is contained in:
Ivan Antunes 2024-09-05 09:02:40 -03:00
parent 3496605f3f
commit bc24ad7388
2 changed files with 3 additions and 3 deletions

View File

@ -62,11 +62,11 @@
</dict> </dict>
</dict> </dict>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>
<string>In order to take a picture or video, this app requires permission to access the camera.</string> <string>FRE ACCESS HUB Uses the camera for taking profile pictures.</string>
<key>NSFaceIDUsageDescription</key> <key>NSFaceIDUsageDescription</key>
<string>Why is my app authenticating using face id?</string> <string>Why is my app authenticating using face id?</string>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>In order to upload data, this app requires permission to access the photo library.</string> <string>FRE ACCESS HUB Uses the library for allowing the user to pick a photo for his profile picture or for a guest.</string>
<key>UIApplicationSupportsIndirectInputEvents</key> <key>UIApplicationSupportsIndirectInputEvents</key>
<true/> <true/>
<key>BGTaskSchedulerPermittedIdentifiers</key> <key>BGTaskSchedulerPermittedIdentifiers</key>

View File

@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to: "none" publish_to: "none"
version: 1.0.0+7 version: 1.0.0+8
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"