Files
imexmobile/app.json
2024-08-15 15:19:38 -07:00

86 lines
2.4 KiB
JSON

{
"expo": {
"name": "Rome Mobile",
"slug": "rome-mobile",
"version": "1.6.0",
"extra": {
"expover": "5",
"eas": {
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
}
},
"orientation": "default",
"icon": "./assets/RomeIcon.png",
"platforms": ["ios", "android"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.rome.mobile",
"buildNumber": "5",
"googleServicesFile": "./GoogleService-Info.plist",
"infoPlist": {
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.",
"NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save photos."
}
},
"android": {
"package": "com.rome.mobile",
"versionCode": 5,
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.ACCESS_MEDIA_LOCATION"
]
},
"splash": {
"image": "./assets/RomeOnlineIcon.png",
"backgroundColor": "#efefef"
},
"notification": {
"icon": "./assets/RomeIcon.png"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
},
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/RomeIcon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyAuLQR9SV5LsVxjU8wh9hvFLdhcAHU6cxE",
"authDomain": "rome-prod-1.firebaseapp.com",
"projectId": "rome-prod-1",
"storageBucket": "rome-prod-1.appspot.com",
"messagingSenderId": "147786367145",
"appId": "1:147786367145:web:9d4cba68071c3f29a8a9b8",
"measurementId": "G-G8Z9DRHTZS"
}
}
},
"description": "",
"plugins": [
[
"@sentry/react-native/expo",
{
"url": "https://sentry.io/",
"organization": "imex",
"project": "imexmobile"
}
],
[
"expo-media-library",
{
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos.",
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
"isAccessMediaLocationEnabled": "true"
}
],
"expo-localization"
],
"runtimeVersion": {
"policy": "appVersion"
}
}
}