location permission for ios

This commit is contained in:
2025-04-17 16:18:19 -07:00
parent aa0b43298e
commit 26eb162ade

View File

@@ -28,6 +28,8 @@
<string>LaunchScreen</string> <string>LaunchScreen</string>
<key>UIMainStoryboardFile</key> <key>UIMainStoryboardFile</key>
<string>Main</string> <string>Main</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to location to drop pins</string>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>