Skip to content

Commit

Permalink
Address missing location usage description issue for macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Sep 17, 2024
1 parent 424e365 commit a3d6376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Solstice.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,8 @@
INFOPLIST_FILE = Solstice/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Solstice;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.weather";
INFOPLIST_KEY_NSLocationUsageDescription = "Solstice uses your location to calculate local sunrise and sunset times";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Solstice uses your location to calculate local sunrise and sunset times";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -1508,6 +1510,8 @@
INFOPLIST_FILE = Solstice/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Solstice;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.weather";
INFOPLIST_KEY_NSLocationUsageDescription = "Solstice uses your location to calculate local sunrise and sunset times";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Solstice uses your location to calculate local sunrise and sunset times";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down

0 comments on commit a3d6376

Please sign in to comment.