Update purpose strings.

This commit is contained in:
Patrick Fic
2025-06-05 13:17:34 -07:00
parent 491f0e1a3b
commit 4797d4168b

View File

@@ -21,8 +21,8 @@
"aps-environment": "development" "aps-environment": "development"
}, },
"infoPlist": { "infoPlist": {
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your 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 photos.", "NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save to your photos/videos in order to attach them to repair orders in the system.",
"ITSAppUsesNonExemptEncryption": false "ITSAppUsesNonExemptEncryption": false
} }
}, },
@@ -75,7 +75,7 @@
[ [
"expo-media-library", "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.", "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
"isAccessMediaLocationEnabled": "true" "isAccessMediaLocationEnabled": "true"
} }
@@ -83,7 +83,7 @@
[ [
"expo-image-picker", "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", "expo-localization",