Files
imexmobile/app.json
2025-02-21 13:54:56 -08:00

87 lines
2.5 KiB
JSON

{
"expo": {
"name": "ImEX Mobile",
"slug": "imexmobile",
"version": "1.7.0",
"extra": {
"expover": "1",
"eas": {
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
}
},
"runtimeVersion": "appVersion",
"orientation": "default",
"icon": "./assets/logo192noa.png",
"platforms": ["ios", "android"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
"buildNumber": "1",
"googleServicesFile": "./GoogleService-Info.plist",
"infoPlist": {
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.",
"NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save photos.",
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"package": "com.imex.imexmobile",
"versionCode": 1100035,
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.ACCESS_MEDIA_LOCATION"
]
},
"splash": {
"image": "./assets/splash.png",
"backgroundColor": "#efefef"
},
"notification": {
"icon": "./assets/logo192noa.png"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/ffe01f3a-d507-4698-82cd-da1f1cad450b"
},
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/logo192noa.png",
"config": {
"firebase": {
"apiKey": "AIzaSyDSezy-jGJreo7ulgpLdlpOwAOrgcaEkhU",
"authDomain": "imex-prod.firebaseapp.com",
"databaseURL": "https://imex-prod.firebaseio.com",
"projectId": "imex-prod",
"storageBucket": "imex-prod.appspot.com",
"messagingSenderId": "253497221485",
"appId": "1:253497221485:web:9b65736a635a45ce227a64",
"measurementId": "G-96694D66L2"
}
}
},
"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",
"expo-font"
]
}
}