64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"expo": {
|
|
"name": "InnungsApp",
|
|
"slug": "innungsapp",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"scheme": "innungsapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#E63946"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": false,
|
|
"bundleIdentifier": "de.innungsapp.mobile",
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "Für Profilfotos",
|
|
"NSCalendarsUsageDescription": "Termine in Ihren Kalender übernehmen"
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#E63946"
|
|
},
|
|
"package": "de.innungsapp.mobile",
|
|
"permissions": [
|
|
"RECEIVE_BOOT_COMPLETED",
|
|
"SCHEDULE_EXACT_ALARM"
|
|
]
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-font",
|
|
"expo-system-ui",
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"icon": "./assets/notification-icon.png",
|
|
"color": "#E63946",
|
|
"sounds": []
|
|
}
|
|
],
|
|
[
|
|
"expo-calendar",
|
|
{
|
|
"calendarPermission": "Die App benötigt Zugriff auf Ihren Kalender."
|
|
}
|
|
],
|
|
"expo-web-browser"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
}
|
|
}
|
|
}
|