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/ios/Runner/en.lproj/InfoPlist.strings b/ios/Runner/en.lproj/InfoPlist.strings
index 9b1e3bbf..456788ca 100644
--- a/ios/Runner/en.lproj/InfoPlist.strings
+++ b/ios/Runner/en.lproj/InfoPlist.strings
@@ -1 +1,2 @@
-NSCameraUsageDescription = "dd/mm/yyyy";
+NSCameraUsageDescription = "FRE ACCESS HUB Uses the camera for taking profile pictures.";
+NSPhotoLibraryUsageDescription = "FRE ACCESS HUB Uses the library for allowing the user to pick a photo for his profile picture or for a guest.";
\ No newline at end of file
diff --git a/ios/Runner/pt.lproj/InfoPlist.strings b/ios/Runner/pt.lproj/InfoPlist.strings
index 8b137891..d819bbdf 100644
--- a/ios/Runner/pt.lproj/InfoPlist.strings
+++ b/ios/Runner/pt.lproj/InfoPlist.strings
@@ -1 +1,2 @@
-
+NSCameraUsageDescription = "FRE ACCESS HUB Usa a câmera para tirar fotos de perfil.";
+NSPhotoLibraryUsageDescription = "FRE ACCESS HUB Utiliza a biblioteca para permitir que o usuário escolha uma foto para sua foto de perfil ou para um convidado.";
\ No newline at end of file
diff --git a/lib/flutter_flow/upload_data.dart b/lib/flutter_flow/upload_data.dart
index ed5e1e7b..1e3b8b9e 100644
--- a/lib/flutter_flow/upload_data.dart
+++ b/lib/flutter_flow/upload_data.dart
@@ -58,8 +58,7 @@ Future?> selectMediaWithSourceBottomSheet({
bool includeDimensions = false,
bool includeBlurHash = false,
}) async {
- createUploadMediaListTile(
- String label, MediaSource mediaSource, IconData icon) =>
+ createUploadMediaListTile(String label, MediaSource mediaSource, IconData icon) =>
ListTile(
title: Row(
mainAxisAlignment: MainAxisAlignment.center,
diff --git a/pubspec.yaml b/pubspec.yaml
index 36f3d38f..5817c85f 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+9
environment:
sdk: ">=3.0.0 <4.0.0"