67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"expo": {
|
|
"name": "VinEye",
|
|
"slug": "vineye",
|
|
"version": "1.0.0",
|
|
"scheme": "vineye",
|
|
"orientation": "portrait",
|
|
"icon": "./src/assets/images/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./src/assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.vineye.app",
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "VinEye needs camera access to detect grapevine diseases.",
|
|
"NSPhotoLibraryUsageDescription": "VinEye needs access to your photo library to import vine images."
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./src/assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.vineye.app",
|
|
"permissions": [
|
|
"android.permission.CAMERA",
|
|
"android.permission.INTERNET",
|
|
"android.permission.ACCESS_NETWORK_STATE",
|
|
"android.permission.READ_EXTERNAL_STORAGE",
|
|
"android.permission.WRITE_EXTERNAL_STORAGE",
|
|
"android.permission.ACCESS_COARSE_LOCATION",
|
|
"android.permission.ACCESS_FINE_LOCATION"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./src/assets/images/icon.png"
|
|
},
|
|
"plugins": [
|
|
"./plugins/withCmakeFix",
|
|
"react-native-fast-tflite",
|
|
"expo-localization",
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "VinEye needs camera access to detect grapevines.",
|
|
"microphonePermission": false,
|
|
"recordAudioAndroid": false
|
|
}
|
|
],
|
|
[
|
|
"expo-location",
|
|
{
|
|
"locationAlwaysAndWhenInUsePermission": "VinEye souhaite accéder à votre position pour géolocaliser vos scans sur la carte.",
|
|
"locationWhenInUsePermission": "VinEye souhaite accéder à votre position pour géolocaliser vos scans sur la carte.",
|
|
"isAndroidBackgroundLocationEnabled": false,
|
|
"isIosBackgroundLocationEnabled": false
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|