|
31 | 31 | 886F95E02B17D5010036F07A /* ConversationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F562B1112F600C08E95 /* ConversationViewModel.swift */; };
|
32 | 32 | 886F95E12B17D5010036F07A /* ConversationScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F542B1112CA00C08E95 /* ConversationScreen.swift */; };
|
33 | 33 | 886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */ = {isa = PBXBuildFile; productRef = 886F95E22B17D6630036F07A /* GenerativeAIUIComponents */; };
|
| 34 | + DEFECAA92D7B4CCD00EF9621 /* ImagenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFECAA72D7B4CCD00EF9621 /* ImagenViewModel.swift */; }; |
| 35 | + DEFECAAA2D7B4CCD00EF9621 /* ImagenScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFECAA62D7B4CCD00EF9621 /* ImagenScreen.swift */; }; |
34 | 36 | /* End PBXBuildFile section */
|
35 | 37 |
|
36 | 38 | /* Begin PBXFileReference section */
|
|
60 | 62 | 88E10F582B11131900C08E95 /* ChatMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatMessage.swift; sourceTree = "<group>"; };
|
61 | 63 | 88E10F5A2B11133E00C08E95 /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
|
62 | 64 | 88E10F5C2B11135000C08E95 /* BouncingDots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BouncingDots.swift; sourceTree = "<group>"; };
|
| 65 | + DEFECAA62D7B4CCD00EF9621 /* ImagenScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagenScreen.swift; sourceTree = "<group>"; }; |
| 66 | + DEFECAA72D7B4CCD00EF9621 /* ImagenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagenViewModel.swift; sourceTree = "<group>"; }; |
63 | 67 | /* End PBXFileReference section */
|
64 | 68 |
|
65 | 69 | /* Begin PBXFrameworksBuildPhase section */
|
|
146 | 150 | 8848C8262B0D04BC007B434F = {
|
147 | 151 | isa = PBXGroup;
|
148 | 152 | children = (
|
| 153 | + DEFECAA82D7B4CCD00EF9621 /* ImagenScreen */, |
149 | 154 | 88B8A9352B0FCBA700424728 /* GenerativeAIUIComponents */,
|
150 | 155 | 869200B22B879C4F00482873 /* GoogleService-Info.plist */,
|
151 | 156 | 8848C8312B0D04BC007B434F /* VertexAISample */,
|
|
279 | 284 | path = Screens;
|
280 | 285 | sourceTree = "<group>";
|
281 | 286 | };
|
| 287 | + DEFECAA82D7B4CCD00EF9621 /* ImagenScreen */ = { |
| 288 | + isa = PBXGroup; |
| 289 | + children = ( |
| 290 | + DEFECAA62D7B4CCD00EF9621 /* ImagenScreen.swift */, |
| 291 | + DEFECAA72D7B4CCD00EF9621 /* ImagenViewModel.swift */, |
| 292 | + ); |
| 293 | + path = ImagenScreen; |
| 294 | + sourceTree = "<group>"; |
| 295 | + }; |
282 | 296 | /* End PBXGroup section */
|
283 | 297 |
|
284 | 298 | /* Begin PBXNativeTarget section */
|
|
374 | 388 | 886F95E02B17D5010036F07A /* ConversationViewModel.swift in Sources */,
|
375 | 389 | 886F95DD2B17D5010036F07A /* MessageView.swift in Sources */,
|
376 | 390 | 886F95DC2B17BAEF0036F07A /* PhotoReasoningScreen.swift in Sources */,
|
| 391 | + DEFECAA92D7B4CCD00EF9621 /* ImagenViewModel.swift in Sources */, |
| 392 | + DEFECAAA2D7B4CCD00EF9621 /* ImagenScreen.swift in Sources */, |
377 | 393 | 886F95DB2B17BAEF0036F07A /* PhotoReasoningViewModel.swift in Sources */,
|
378 | 394 | 886F95E12B17D5010036F07A /* ConversationScreen.swift in Sources */,
|
379 | 395 | 88263BF02B239C09008AB09B /* ErrorView.swift in Sources */,
|
|
0 commit comments