diff options
| author | ivar <i@oiee.no> | 2025-12-02 21:50:33 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-02 21:50:33 +0100 |
| commit | b21c8de01fd05694a5f3d36a5d1f3172e70de339 (patch) | |
| tree | 2843fa1d8cd58f790c882db552a20be2b85b8938 /ios/Hæ-appen.xcodeproj | |
| parent | 091580f15a6a0b7a1bc5ed004d9253b36eeb4753 (diff) | |
| download | what-b21c8de01fd05694a5f3d36a5d1f3172e70de339.tar.xz what-b21c8de01fd05694a5f3d36a5d1f3172e70de339.zip | |
Work on CameraView
Diffstat (limited to 'ios/Hæ-appen.xcodeproj')
| -rw-r--r-- | ios/Hæ-appen.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ios/Hæ-appen.xcodeproj/project.pbxproj b/ios/Hæ-appen.xcodeproj/project.pbxproj index 12b0cf8..89a4707 100644 --- a/ios/Hæ-appen.xcodeproj/project.pbxproj +++ b/ios/Hæ-appen.xcodeproj/project.pbxproj @@ -270,8 +270,8 @@ INFOPLIST_FILE = "H--appen-Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = "Hæ"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; - INFOPLIST_KEY_NSCameraUsageDescription = "This app use the camera for allowing you to post pictures"; - INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "To show you on the, and to get your position when posting images"; + INFOPLIST_KEY_NSCameraUsageDescription = "This app use the camera to allow you to post pictures"; + INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "To show you on the map and to get your position when posting images"; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; @@ -312,8 +312,8 @@ INFOPLIST_FILE = "H--appen-Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = "Hæ"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; - INFOPLIST_KEY_NSCameraUsageDescription = "This app use the camera for allowing you to post pictures"; - INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "To show you on the, and to get your position when posting images"; + INFOPLIST_KEY_NSCameraUsageDescription = "This app use the camera to allow you to post pictures"; + INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "To show you on the map and to get your position when posting images"; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
