Files
imexmobile/app.json
2021-06-01 08:49:29 -07:00

62 lines
1.6 KiB
JSON

{
"expo": {
"name": "ImEX Mobile",
"slug": "imexmobile",
"version": "1.2.0",
"orientation": "default",
"icon": "./assets/logo192noa.png",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
"buildNumber": "1.2.0",
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"package": "com.imex.imexmobile",
"versionCode": 1020000,
"googleServicesFile": "./google-services.json"
},
"splash": {
"image": "./assets/Splash.png",
"backgroundColor": "#efefef"
},
"notification": {
"icon": "./assets/logo192noa.png"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"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": "",
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "snapt-software",
"project": "imexmobile",
"authToken": "32fed1c2d5a8440da684b624ee678874b64c51bb9b0b4b608ab4a15516d6dd02"
}
}
]
}
}
}