second commit

This commit is contained in:
2025-08-08 07:27:52 +02:00
parent 8b515a3c27
commit f7cebd9371
14 changed files with 138 additions and 8 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>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>