mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
Ajout traque-app
This commit is contained in:
61
traque-app/app.json
Normal file
61
traque-app/app.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"expo": {
|
||||
"scheme": "la-traque",
|
||||
"plugins": [
|
||||
"expo-router",
|
||||
[
|
||||
"expo-build-properties",
|
||||
{
|
||||
"android": {
|
||||
"usesCleartextTraffic": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"expo-font"
|
||||
],
|
||||
"newArchEnabled": true,
|
||||
"name": "La Traque",
|
||||
"slug": "la-traque",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/logo/logo_traque.png",
|
||||
"splash": {
|
||||
"image": "./assets/images/logo/logo_traque.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
],
|
||||
"android": {
|
||||
"package": "com.anonymous.traqueapp",
|
||||
"permissions": [
|
||||
"ACCESS_FINE_LOCATION",
|
||||
"ACCESS_COARSE_LOCATION",
|
||||
"ACCESS_BACKGROUND_LOCATION",
|
||||
"FOREGROUND_SERVICE",
|
||||
"FOREGROUND_SERVICE_LOCATION",
|
||||
"READ_EXTERNAL_STORAGE",
|
||||
"WRITE_EXTERNAL_STORAGE",
|
||||
"INTERNET",
|
||||
"POST_NOTIFICATIONS"
|
||||
],
|
||||
"config": {
|
||||
"googleMaps": {
|
||||
"apiKey": "AIzaSyD0yuWIHFbsIDVfGQ9wEM3pOtVC2TgEO1U"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ios": {
|
||||
"bundleIdentifier": "com.anonymous.traqueapp",
|
||||
"infoPlist": {
|
||||
"UIBackgroundModes": [
|
||||
"location"
|
||||
],
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription": "Your location is used to track you in the background.",
|
||||
"NSLocationWhenInUseUsageDescription": "Location is used to track your movement."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user