Adds location permissions in ios/android for flights

This commit is contained in:
2025-07-05 00:18:58 +02:00
parent bb35af9e34
commit 2d00797e93
3 changed files with 7 additions and 0 deletions

View File

@ -45,5 +45,7 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To locate the flights.</string>
</dict>
</plist>