|
14 | 14 | CACC04222447C66C000C5725 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACC04212447C66C000C5725 /* Client.swift */; };
|
15 | 15 | CACC04242447D96D000C5725 /* Live.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACC04232447D96D000C5725 /* Live.swift */; };
|
16 | 16 | CACC04272447DBAF000C5725 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACC04262447DBAF000C5725 /* Models.swift */; };
|
17 |
| - CACC04292447DF0B000C5725 /* Failing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACC04282447DF0B000C5725 /* Failing.swift */; }; |
| 17 | + CACC04292447DF0B000C5725 /* Unimplemented.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACC04282447DF0B000C5725 /* Unimplemented.swift */; }; |
18 | 18 | DC1394162469E34200EE1157 /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = DC1394152469E34200EE1157 /* ComposableArchitecture */; };
|
19 | 19 | /* End PBXBuildFile section */
|
20 | 20 |
|
|
63 | 63 | CACC04212447C66C000C5725 /* Client.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Client.swift; sourceTree = "<group>"; };
|
64 | 64 | CACC04232447D96D000C5725 /* Live.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Live.swift; sourceTree = "<group>"; };
|
65 | 65 | CACC04262447DBAF000C5725 /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; };
|
66 |
| - CACC04282447DF0B000C5725 /* Failing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Failing.swift; sourceTree = "<group>"; }; |
| 66 | + CACC04282447DF0B000C5725 /* Unimplemented.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Unimplemented.swift; sourceTree = "<group>"; }; |
67 | 67 | DCB9EA3F26B21ED000497C03 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
68 | 68 | /* End PBXFileReference section */
|
69 | 69 |
|
|
131 | 131 | children = (
|
132 | 132 | CACC04212447C66C000C5725 /* Client.swift */,
|
133 | 133 | CACC04232447D96D000C5725 /* Live.swift */,
|
134 |
| - CACC04282447DF0B000C5725 /* Failing.swift */, |
135 | 134 | CACC04262447DBAF000C5725 /* Models.swift */,
|
| 135 | + CACC04282447DF0B000C5725 /* Unimplemented.swift */, |
136 | 136 | );
|
137 | 137 | path = SpeechClient;
|
138 | 138 | sourceTree = "<group>";
|
|
244 | 244 | buildActionMask = 2147483647;
|
245 | 245 | files = (
|
246 | 246 | CACC04242447D96D000C5725 /* Live.swift in Sources */,
|
247 |
| - CACC04292447DF0B000C5725 /* Failing.swift in Sources */, |
| 247 | + CACC04292447DF0B000C5725 /* Unimplemented.swift in Sources */, |
248 | 248 | CA2332102447ACFA00B818EB /* SpeechRecognitionApp.swift in Sources */,
|
249 | 249 | CA2332122447ACFA00B818EB /* SpeechRecognition.swift in Sources */,
|
250 | 250 | CACC04222447C66C000C5725 /* Client.swift in Sources */,
|
|
0 commit comments