|
21 | 21 | 486C6F8A29E612D0006E427E /* ItemMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486C6F8929E612D0006E427E /* ItemMenu.swift */; }; |
22 | 22 | 486C6F8D29E61520006E427E /* ModelsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486C6F8C29E61520006E427E /* ModelsView.swift */; }; |
23 | 23 | 486C6F9029E615A6006E427E /* ModelsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486C6F8F29E615A6006E427E /* ModelsViewModel.swift */; }; |
| 24 | + 486C6F9429E61D4E006E427E /* OutputBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486C6F9329E61D4E006E427E /* OutputBox.swift */; }; |
| 25 | + 486C6F9729E6544E006E427E /* CompletionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486C6F9629E6544E006E427E /* CompletionsView.swift */; }; |
| 26 | + 486C6F9A29E655D1006E427E /* CompletionsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486C6F9929E655D1006E427E /* CompletionsViewModel.swift */; }; |
24 | 27 | 488448D9297B8419005B8A24 /* ChatCompletionsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488448D8297B8419005B8A24 /* ChatCompletionsViewModel.swift */; }; |
25 | 28 | 488448DD297B8DD2005B8A24 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488448DC297B8DD2005B8A24 /* Color.swift */; }; |
26 | 29 | 488448DF297B8DF6005B8A24 /* Typography.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488448DE297B8DF6005B8A24 /* Typography.swift */; }; |
|
69 | 72 | 486C6F8929E612D0006E427E /* ItemMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemMenu.swift; sourceTree = "<group>"; }; |
70 | 73 | 486C6F8C29E61520006E427E /* ModelsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelsView.swift; sourceTree = "<group>"; }; |
71 | 74 | 486C6F8F29E615A6006E427E /* ModelsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelsViewModel.swift; sourceTree = "<group>"; }; |
| 75 | + 486C6F9329E61D4E006E427E /* OutputBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutputBox.swift; sourceTree = "<group>"; }; |
| 76 | + 486C6F9629E6544E006E427E /* CompletionsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompletionsView.swift; sourceTree = "<group>"; }; |
| 77 | + 486C6F9929E655D1006E427E /* CompletionsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompletionsViewModel.swift; sourceTree = "<group>"; }; |
72 | 78 | 488448D8297B8419005B8A24 /* ChatCompletionsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatCompletionsViewModel.swift; sourceTree = "<group>"; }; |
73 | 79 | 488448DC297B8DD2005B8A24 /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; }; |
74 | 80 | 488448DE297B8DF6005B8A24 /* Typography.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Typography.swift; sourceTree = "<group>"; }; |
|
171 | 177 | path = ViewModel; |
172 | 178 | sourceTree = "<group>"; |
173 | 179 | }; |
| 180 | + 486C6F9229E61D3F006E427E /* Output */ = { |
| 181 | + isa = PBXGroup; |
| 182 | + children = ( |
| 183 | + 486C6F9329E61D4E006E427E /* OutputBox.swift */, |
| 184 | + ); |
| 185 | + path = Output; |
| 186 | + sourceTree = "<group>"; |
| 187 | + }; |
| 188 | + 486C6F9529E6543B006E427E /* Completions */ = { |
| 189 | + isa = PBXGroup; |
| 190 | + children = ( |
| 191 | + 486C6F9829E655C4006E427E /* ViewModel */, |
| 192 | + 486C6F9629E6544E006E427E /* CompletionsView.swift */, |
| 193 | + ); |
| 194 | + path = Completions; |
| 195 | + sourceTree = "<group>"; |
| 196 | + }; |
| 197 | + 486C6F9829E655C4006E427E /* ViewModel */ = { |
| 198 | + isa = PBXGroup; |
| 199 | + children = ( |
| 200 | + 486C6F9929E655D1006E427E /* CompletionsViewModel.swift */, |
| 201 | + ); |
| 202 | + path = ViewModel; |
| 203 | + sourceTree = "<group>"; |
| 204 | + }; |
174 | 205 | 488448DA297B8D19005B8A24 /* App */ = { |
175 | 206 | isa = PBXGroup; |
176 | 207 | children = ( |
|
204 | 235 | 488448E1297B8EF9005B8A24 /* Component */ = { |
205 | 236 | isa = PBXGroup; |
206 | 237 | children = ( |
| 238 | + 486C6F9229E61D3F006E427E /* Output */, |
207 | 239 | 486C6F8829E612C4006E427E /* ItemMenu */, |
208 | 240 | 486C6F8129E11309006E427E /* BallonMessage */, |
209 | 241 | 486C6F7E29E08D39006E427E /* Loading */, |
|
265 | 297 | 488448F7297CDFB1005B8A24 /* Features */ = { |
266 | 298 | isa = PBXGroup; |
267 | 299 | children = ( |
| 300 | + 486C6F9529E6543B006E427E /* Completions */, |
268 | 301 | 486C6F8B29E61515006E427E /* Models */, |
269 | 302 | 488448EB297CAC28005B8A24 /* ChatCompletions */, |
270 | 303 | ); |
|
523 | 556 | 488448FF297CE035005B8A24 /* AppRouter.swift in Sources */, |
524 | 557 | 488448F6297CDF67005B8A24 /* SideMenu.swift in Sources */, |
525 | 558 | 2152FB042600AC8F00CF470E /* YChatApp.swift in Sources */, |
| 559 | + 486C6F9429E61D4E006E427E /* OutputBox.swift in Sources */, |
| 560 | + 486C6F9729E6544E006E427E /* CompletionsView.swift in Sources */, |
526 | 561 | 488448E8297B9198005B8A24 /* ViewModifer.swift in Sources */, |
| 562 | + 486C6F9A29E655D1006E427E /* CompletionsViewModel.swift in Sources */, |
527 | 563 | 7555FF83242A565900829871 /* ChatCompletionsView.swift in Sources */, |
528 | 564 | 488448E6297B9116005B8A24 /* RoundedCorner.swift in Sources */, |
529 | 565 | 489A546D297F93F700A6532C /* Config.swift in Sources */, |
|
0 commit comments