Skip to content

Commit d99e0f1

Browse files
committed
track TranscirpitonModeSelection
1 parent f66d5ff commit d99e0f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Playground.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
74F3B7C12E1CF4F400C544D1 /* AudioProcess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F3B7C02E1CF4F400C544D1 /* AudioProcess.swift */; };
3030
74F860942E29A9D20007163C /* ProcessTapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F860932E29A9D20007163C /* ProcessTapper.swift */; };
3131
74F860962E2B19060007163C /* CoreAudioUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F860952E2B19060007163C /* CoreAudioUtils.swift */; };
32+
74F897792E4F9B130045252E /* TranscriptionModeSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F897782E4F9B130045252E /* TranscriptionModeSelection.swift */; };
3233
/* End PBXBuildFile section */
3334

3435
/* Begin PBXCopyFilesBuildPhase section */
@@ -79,6 +80,7 @@
7980
74F3B7C02E1CF4F400C544D1 /* AudioProcess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioProcess.swift; sourceTree = "<group>"; };
8081
74F860932E29A9D20007163C /* ProcessTapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessTapper.swift; sourceTree = "<group>"; };
8182
74F860952E2B19060007163C /* CoreAudioUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreAudioUtils.swift; sourceTree = "<group>"; };
83+
74F897782E4F9B130045252E /* TranscriptionModeSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TranscriptionModeSelection.swift; sourceTree = "<group>"; };
8284
/* End PBXFileReference section */
8385

8486
/* Begin PBXFrameworksBuildPhase section */
@@ -130,6 +132,7 @@
130132
1677AFE42B5769E5008C61C0 /* Views */ = {
131133
isa = PBXGroup;
132134
children = (
135+
74F897782E4F9B130045252E /* TranscriptionModeSelection.swift */,
133136
74312CDD2E1DA46C000D994A /* StreamResultView.swift */,
134137
1677AFE52B57704E008C61C0 /* ContentView.swift */,
135138
74F3B7BB2E1C7C8B00C544D1 /* ToastMessage.swift */,
@@ -292,6 +295,7 @@
292295
746E4C062E39874F009623D7 /* DefaultEnvInitializer.swift in Sources */,
293296
1677AFC22B57618A008C61C0 /* Playground.swift in Sources */,
294297
748BA5502E1B2EC6008DA1B8 /* StreamViewModel.swift in Sources */,
298+
74F897792E4F9B130045252E /* TranscriptionModeSelection.swift in Sources */,
295299
746E4C0A2E398757009623D7 /* PlaygroundEnvInitializer.swift in Sources */,
296300
74F3B7BC2E1C7C8B00C544D1 /* ToastMessage.swift in Sources */,
297301
74312CDE2E1DA46C000D994A /* StreamResultView.swift in Sources */,

0 commit comments

Comments
 (0)