diff options
| author | ivar <i@oiee.no> | 2026-03-23 16:57:21 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-03-23 16:57:21 +0100 |
| commit | 2039fcdc375fdf051b344d782fa22949510892b4 (patch) | |
| tree | 189b402e5e6604bab37ffa31083775bfb759f052 /Solverv.xcodeproj | |
| parent | ed86502d27d6f03cbdee0d4c2d34cd4b0a6a3d3e (diff) | |
| download | solverv-2039fcdc375fdf051b344d782fa22949510892b4.tar.xz solverv-2039fcdc375fdf051b344d782fa22949510892b4.zip | |
feat: add location permission request and caching
Diffstat (limited to 'Solverv.xcodeproj')
| -rw-r--r-- | Solverv.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Solverv.xcodeproj/project.pbxproj b/Solverv.xcodeproj/project.pbxproj index 64b581c..8819bbc 100644 --- a/Solverv.xcodeproj/project.pbxproj +++ b/Solverv.xcodeproj/project.pbxproj @@ -378,6 +378,7 @@ DEVELOPMENT_TEAM = ZH95BL9NUK; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We need your location to calculate sunrise and sunset times for your area."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; @@ -410,6 +411,7 @@ DEVELOPMENT_TEAM = ZH95BL9NUK; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We need your location to calculate sunrise and sunset times for your area."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
