commit 170825 daham Rechner

This commit is contained in:
2025-08-17 21:28:59 +02:00
parent 503f66756e
commit 3df1be39a8
24 changed files with 1273 additions and 22 deletions

View File

@@ -2,6 +2,14 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to your location to find nearby gas stations and services.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app needs access to your location to track your position even when the app is in the background.</string>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>