From 4797d4168bba482b08ac90fa2a68124daaed9523 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 5 Jun 2025 13:17:34 -0700 Subject: [PATCH] Update purpose strings. --- app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 315ea13..6683045 100644 --- a/app.json +++ b/app.json @@ -21,8 +21,8 @@ "aps-environment": "development" }, "infoPlist": { - "NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.", - "NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save photos.", + "NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system.", + "NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save to your photos/videos in order to attach them to repair orders in the system.", "ITSAppUsesNonExemptEncryption": false } }, @@ -75,7 +75,7 @@ [ "expo-media-library", { - "photosPermission": "Allow $(PRODUCT_NAME) to access your photos.", + "photosPermission": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system.", "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.", "isAccessMediaLocationEnabled": "true" } @@ -83,7 +83,7 @@ [ "expo-image-picker", { - "photosPermission": "Allow $(PRODUCT_NAME) to access your photos and upload them to the system." + "photosPermission": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system." } ], "expo-localization",