Update purpose strings.
This commit is contained in:
8
app.json
8
app.json
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user