2019-06-25 22:16:14 +02:00
|
|
|
{
|
|
|
|
"expo": {
|
2019-06-28 13:47:52 +02:00
|
|
|
"name": "Amicale INSAT",
|
2019-06-25 22:16:14 +02:00
|
|
|
"slug": "application-amicale",
|
|
|
|
"privacy": "public",
|
|
|
|
"sdkVersion": "33.0.0",
|
|
|
|
"platforms": [
|
|
|
|
"ios",
|
|
|
|
"android",
|
|
|
|
"web"
|
|
|
|
],
|
2019-08-04 14:28:41 +02:00
|
|
|
"version": "0.0.2",
|
2019-06-25 22:16:14 +02:00
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/icon.png",
|
2019-06-28 11:35:15 +02:00
|
|
|
"primaryColor": "#e42612",
|
2019-06-25 22:16:14 +02:00
|
|
|
"splash": {
|
|
|
|
"image": "./assets/splash.png",
|
2019-06-28 13:47:52 +02:00
|
|
|
"resizeMode": "cover",
|
2019-06-28 11:35:15 +02:00
|
|
|
"backgroundColor": "#fff"
|
2019-06-25 22:16:14 +02:00
|
|
|
},
|
|
|
|
"updates": {
|
|
|
|
"fallbackToCacheTimeout": 0
|
|
|
|
},
|
|
|
|
"assetBundlePatterns": [
|
|
|
|
"**/*"
|
|
|
|
],
|
|
|
|
"ios": {
|
2019-06-28 11:35:15 +02:00
|
|
|
"supportsTablet": true,
|
2019-06-29 10:50:05 +02:00
|
|
|
"icon": "./assets/ios.icon.png",
|
2019-06-28 11:35:15 +02:00
|
|
|
"bundleIdentifier": "com.test.applicationamicale"
|
|
|
|
},
|
|
|
|
"android": {
|
2019-06-29 10:50:05 +02:00
|
|
|
"icon": "./assets/android.icon.png",
|
2019-06-28 11:35:15 +02:00
|
|
|
"package": "com.test.applicationamicale"
|
2019-06-25 22:16:14 +02:00
|
|
|
}
|
|
|
|
}
|
2019-06-27 11:08:56 +02:00
|
|
|
}
|