Skip to content

Commit 1d678af

Browse files
author
farza
committed
Finalize project settings sync for privacy usage keys
1 parent 82b524b commit 1d678af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

freewrite.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@
406406
ENABLE_HARDENED_RUNTIME = YES;
407407
ENABLE_PREVIEWS = YES;
408408
GENERATE_INFOPLIST_FILE = YES;
409+
INFOPLIST_KEY_NSCameraUsageDescription = "Freewrite needs camera access to record video entries.";
410+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Freewrite needs microphone access to record audio with your video entries.";
411+
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "Freewrite uses speech recognition to show live captions while recording.";
409412
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
410413
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
411414
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -416,9 +419,6 @@
416419
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
417420
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
418421
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
419-
INFOPLIST_KEY_NSCameraUsageDescription = "Freewrite needs camera access to record video entries.";
420-
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Freewrite needs microphone access to record audio with your video entries.";
421-
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "Freewrite uses speech recognition to show live captions while recording.";
422422
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
423423
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
424424
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
@@ -451,6 +451,9 @@
451451
ENABLE_HARDENED_RUNTIME = YES;
452452
ENABLE_PREVIEWS = YES;
453453
GENERATE_INFOPLIST_FILE = YES;
454+
INFOPLIST_KEY_NSCameraUsageDescription = "Freewrite needs camera access to record video entries.";
455+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Freewrite needs microphone access to record audio with your video entries.";
456+
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "Freewrite uses speech recognition to show live captions while recording.";
454457
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
455458
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
456459
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -461,9 +464,6 @@
461464
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
462465
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
463466
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
464-
INFOPLIST_KEY_NSCameraUsageDescription = "Freewrite needs camera access to record video entries.";
465-
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Freewrite needs microphone access to record audio with your video entries.";
466-
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "Freewrite uses speech recognition to show live captions while recording.";
467467
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
468468
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
469469
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";

0 commit comments

Comments
 (0)