|
406 | 406 | ENABLE_HARDENED_RUNTIME = YES; |
407 | 407 | ENABLE_PREVIEWS = YES; |
408 | 408 | 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."; |
409 | 412 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
410 | 413 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
411 | 414 | "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
|
416 | 419 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
417 | 420 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
418 | 421 | 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."; |
422 | 422 | IPHONEOS_DEPLOYMENT_TARGET = 18.1; |
423 | 423 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
424 | 424 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
|
451 | 451 | ENABLE_HARDENED_RUNTIME = YES; |
452 | 452 | ENABLE_PREVIEWS = YES; |
453 | 453 | 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."; |
454 | 457 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
455 | 458 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
456 | 459 | "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
|
461 | 464 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
462 | 465 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
463 | 466 | 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."; |
467 | 467 | IPHONEOS_DEPLOYMENT_TARGET = 18.1; |
468 | 468 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
469 | 469 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
|
0 commit comments