From 2039fcdc375fdf051b344d782fa22949510892b4 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 23 Mar 2026 16:57:21 +0100 Subject: feat: add location permission request and caching --- Solverv.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Solverv.xcodeproj') 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; -- cgit v1.3