Skip to content

Commit 8ea5f44

Browse files
authored
Merge pull request #86 from farzaa/codex/video-logs
Productionize immersive video recording, transcripts, playback loading, and video chat flow
2 parents 148851e + 1d678af commit 8ea5f44

File tree

8 files changed

+4176
-255
lines changed

8 files changed

+4176
-255
lines changed

AGENTS.md

Lines changed: 990 additions & 0 deletions
Large diffs are not rendered by default.

CLAUDE.md

Lines changed: 990 additions & 0 deletions
Large diffs are not rendered by default.

freewrite.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 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;
@@ -448,6 +451,9 @@
448451
ENABLE_HARDENED_RUNTIME = YES;
449452
ENABLE_PREVIEWS = YES;
450453
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.";
451457
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
452458
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
453459
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;

0 commit comments

Comments
 (0)