Merge branch 'release/1.7.0' into rome/1.7.0
This commit is contained in:
40
app.json
40
app.json
@@ -2,29 +2,32 @@
|
||||
"expo": {
|
||||
"name": "Rome Mobile",
|
||||
"slug": "rome-mobile",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"extra": {
|
||||
"expover": "5",
|
||||
"expover": "3",
|
||||
"eas": {
|
||||
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
|
||||
}
|
||||
},
|
||||
"runtimeVersion": "appVersion",
|
||||
"orientation": "default",
|
||||
"icon": "./assets/RomeIcon.png",
|
||||
"platforms": ["ios", "android"],
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.rome.mobile",
|
||||
"buildNumber": "5",
|
||||
"googleServicesFile": "./GoogleService-Info.plist",
|
||||
"entitlements": {
|
||||
"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
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"package": "com.rome.mobile",
|
||||
"versionCode": 5,
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"permissions": [
|
||||
"android.permission.READ_EXTERNAL_STORAGE",
|
||||
@@ -71,15 +74,28 @@
|
||||
[
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"expo-localization"
|
||||
],
|
||||
"runtimeVersion": {
|
||||
"policy": "appVersion"
|
||||
}
|
||||
[
|
||||
"expo-image-picker",
|
||||
{
|
||||
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system."
|
||||
}
|
||||
],
|
||||
"expo-localization",
|
||||
"expo-font",
|
||||
[
|
||||
"expo-build-properties",
|
||||
{
|
||||
"android": {
|
||||
"minSdkVersion": 25
|
||||
}
|
||||
}
|
||||
],
|
||||
"@logrocket/react-native"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user