Link between front-end and back-end

This commit is contained in:
2025-07-09 12:41:00 +02:00
parent 6735ddb5fd
commit 1b261c08bb
31 changed files with 5507 additions and 40 deletions

View File

@ -47,5 +47,11 @@
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To locate the flights.</string>
<key>NSCameraUsageDescription</key>
<string>This app needs access to your camera to take photos for your drones/batteries.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs access to your photo gallery to select images for your drones/batteries.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app does not use the microphone.</string>
</dict>
</plist>