52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"expo": {
|
|
"name": "JR四国運行状況",
|
|
"slug": "jrshikoku",
|
|
"privacy": "public",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
],
|
|
"version": "4.5",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#00b8ff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"buildNumber": "24",
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
|
"config": {
|
|
"googleMapsApiKey": "AIzaSyAVGDTjBkR_0wkQiNkoo5WDLhqXCjrjk8Y"
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "jrshikokuinfo.xprocess.hrkn",
|
|
"versionCode": 16,
|
|
"permissions": [
|
|
"ACCESS_FINE_LOCATION"
|
|
],
|
|
"googleServicesFile": "./google-services.json",
|
|
"config": {
|
|
"googleMaps": {
|
|
"apiKey": "AIzaSyAmFb-Yj033bXZWlSzNrfq_0jc1PgRrWcE"
|
|
}
|
|
}
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "398abf60-57a7-11e9-970c-8f04356d08bf"
|
|
}
|
|
}
|
|
}
|
|
}
|