Dateien nach "/" hochladen

This commit is contained in:
2026-05-31 23:37:31 +02:00
commit 1b5c840f30
5 changed files with 148 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyCxHmevIRkOxZATJfS9ohU8g_mA5xxhYWc</string>
<key>GCM_SENDER_ID</key>
<string>636716677433</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>de.houseorg.app</string>
<key>PROJECT_ID</key>
<string>houseorg-b2ac3</string>
<key>STORAGE_BUCKET</key>
<string>houseorg-b2ac3.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:636716677433:ios:97e9a7cebefde0a38750e8</string>
</dict>
</plist>
+82
View File
@@ -0,0 +1,82 @@
{
"expo": {
"name": "HouseOrg",
"slug": "houseorg",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#2D6A4F"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "de.houseorg.app",
"infoPlist": {
"NSCameraUsageDescription": "HouseOrg nutzt die Kamera, um Haushaltartikel zu fotografieren und automatisch zu erkennen.",
"NSPhotoLibraryUsageDescription": "HouseOrg benötigt Zugriff auf deine Fotos, um Artikelbilder zu speichern.",
"NSUserNotificationsUsageDescription": "HouseOrg sendet Benachrichtigungen, wenn Artikel nachgekauft werden müssen oder das MHD abläuft."
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#2D6A4F"
},
"package": "de.houseorg.app",
"permissions": [
"CAMERA",
"READ_MEDIA_IMAGES",
"RECEIVE_BOOT_COMPLETED",
"POST_NOTIFICATIONS",
"VIBRATE"
]
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/favicon.png",
"name": "HouseOrg",
"shortName": "HouseOrg",
"description": "Gemeinsam den Haushalt organisieren",
"themeColor": "#2D6A4F",
"backgroundColor": "#FFFFFF",
"preferRelatedApplications": false
},
"plugins": [
"expo-router",
"expo-secure-store",
[
"expo-camera",
{
"cameraPermission": "HouseOrg nutzt die Kamera, um Artikel zu fotografieren."
}
],
[
"expo-notifications",
{
"color": "#2D6A4F",
"sounds": []
}
]
],
"experiments": {
"typedRoutes": true
},
"scheme": "houseorg",
"extra": {
"eas": {
"projectId": "DEINE-EAS-PROJECT-ID"
}
},
"updates": {
"url": "https://u.expo.dev/DEINE-EAS-PROJECT-ID"
},
"runtimeVersion": {
"policy": "appVersion"
}
}
}
+7
View File
@@ -0,0 +1,7 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};
+26
View File
@@ -0,0 +1,26 @@
{
"cli": {
"version": ">= 12.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {
"ios": {
"appleId": "deine-apple-id@example.com",
"ascAppId": "DEINE-APP-STORE-CONNECT-ID"
}
}
}
}
+3
View File
@@ -0,0 +1,3 @@
/// <reference types="expo/types" />
// NOTE: This file should not be edited and should be in your git ignore