refactor: Projektstruktur in app/ und backend/ aufgeteilt

This commit is contained in:
2026-03-24 15:06:44 +01:00
parent 5f5d5995c5
commit 2673ef658d
449 changed files with 28551 additions and 167 deletions

View File

@@ -0,0 +1,12 @@
//
// Version.xcconfig
// Configuration for app versioning to fix DVTDeviceOperation build number issues
//
// Set marketing version and current project version from Flutter build variables
MARKETING_VERSION = $(FLUTTER_BUILD_NAME:1.0.0)
CURRENT_PROJECT_VERSION = $(FLUTTER_BUILD_NUMBER:1)
// Ensure build number is never empty
FLUTTER_BUILD_NAME = $(inherited:1.0.0)
FLUTTER_BUILD_NUMBER = $(inherited:1)