|
14 | 14 | 86C1F4842BC726150026816F /* FunctionCallingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C1F4802BC726150026816F /* FunctionCallingViewModel.swift */; }; |
15 | 15 | 88263BF02B239C09008AB09B /* ErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88263BEE2B239BFE008AB09B /* ErrorView.swift */; }; |
16 | 16 | 88263BF12B239C11008AB09B /* ErrorDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 889873842B208563005B4896 /* ErrorDetailsView.swift */; }; |
17 | | - 8848C8332B0D04BC007B434F /* GenerativeAISampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8848C8322B0D04BC007B434F /* GenerativeAISampleApp.swift */; }; |
| 17 | + 8848C8332B0D04BC007B434F /* VertexAISampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8848C8322B0D04BC007B434F /* VertexAISampleApp.swift */; }; |
18 | 18 | 8848C8352B0D04BC007B434F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8848C8342B0D04BC007B434F /* ContentView.swift */; }; |
19 | 19 | 8848C8372B0D04BD007B434F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8848C8362B0D04BD007B434F /* Assets.xcassets */; }; |
20 | 20 | 8848C83A2B0D04BD007B434F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8848C8392B0D04BD007B434F /* Preview Assets.xcassets */; }; |
|
40 | 40 | 88209C1B2B0FBDC300F64795 /* SummarizeScreen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SummarizeScreen.swift; sourceTree = "<group>"; }; |
41 | 41 | 88209C1D2B0FBDC300F64795 /* SummarizeViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SummarizeViewModel.swift; sourceTree = "<group>"; }; |
42 | 42 | 88263BEE2B239BFE008AB09B /* ErrorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorView.swift; sourceTree = "<group>"; }; |
43 | | - 8848C82F2B0D04BC007B434F /* GenerativeAISample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GenerativeAISample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
44 | | - 8848C8322B0D04BC007B434F /* GenerativeAISampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenerativeAISampleApp.swift; sourceTree = "<group>"; }; |
| 43 | + 8848C82F2B0D04BC007B434F /* VertexAISample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VertexAISample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | + 8848C8322B0D04BC007B434F /* VertexAISampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VertexAISampleApp.swift; sourceTree = "<group>"; }; |
45 | 45 | 8848C8342B0D04BC007B434F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
46 | 46 | 8848C8362B0D04BD007B434F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
47 | 47 | 8848C8392B0D04BD007B434F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
|
144 | 144 | children = ( |
145 | 145 | 88B8A9352B0FCBA700424728 /* GenerativeAIUIComponents */, |
146 | 146 | 869200B22B879C4F00482873 /* GoogleService-Info.plist */, |
147 | | - 8848C8312B0D04BC007B434F /* GenerativeAISample */, |
| 147 | + 8848C8312B0D04BC007B434F /* VertexAISample */, |
148 | 148 | 8848C8452B0D051E007B434F /* GenerativeAITextSample */, |
149 | 149 | 8848C8572B0D056C007B434F /* GenerativeAIMultimodalSample */, |
150 | 150 | 88E10F432B110D5300C08E95 /* ChatSample */, |
|
157 | 157 | 8848C8302B0D04BC007B434F /* Products */ = { |
158 | 158 | isa = PBXGroup; |
159 | 159 | children = ( |
160 | | - 8848C82F2B0D04BC007B434F /* GenerativeAISample.app */, |
| 160 | + 8848C82F2B0D04BC007B434F /* VertexAISample.app */, |
161 | 161 | ); |
162 | 162 | name = Products; |
163 | 163 | sourceTree = "<group>"; |
164 | 164 | }; |
165 | | - 8848C8312B0D04BC007B434F /* GenerativeAISample */ = { |
| 165 | + 8848C8312B0D04BC007B434F /* VertexAISample */ = { |
166 | 166 | isa = PBXGroup; |
167 | 167 | children = ( |
168 | | - 8848C8322B0D04BC007B434F /* GenerativeAISampleApp.swift */, |
| 168 | + 8848C8322B0D04BC007B434F /* VertexAISampleApp.swift */, |
169 | 169 | 8848C8342B0D04BC007B434F /* ContentView.swift */, |
170 | 170 | 8848C8362B0D04BD007B434F /* Assets.xcassets */, |
171 | 171 | 8848C8382B0D04BD007B434F /* Preview Content */, |
172 | 172 | ); |
173 | | - path = GenerativeAISample; |
| 173 | + path = VertexAISample; |
174 | 174 | sourceTree = "<group>"; |
175 | 175 | }; |
176 | 176 | 8848C8382B0D04BD007B434F /* Preview Content */ = { |
|
278 | 278 | /* End PBXGroup section */ |
279 | 279 |
|
280 | 280 | /* Begin PBXNativeTarget section */ |
281 | | - 8848C82E2B0D04BC007B434F /* GenerativeAISample */ = { |
| 281 | + 8848C82E2B0D04BC007B434F /* VertexAISample */ = { |
282 | 282 | isa = PBXNativeTarget; |
283 | | - buildConfigurationList = 8848C83D2B0D04BD007B434F /* Build configuration list for PBXNativeTarget "GenerativeAISample" */; |
| 283 | + buildConfigurationList = 8848C83D2B0D04BD007B434F /* Build configuration list for PBXNativeTarget "VertexAISample" */; |
284 | 284 | buildPhases = ( |
285 | 285 | 8848C82B2B0D04BC007B434F /* Sources */, |
286 | 286 | 8848C82C2B0D04BC007B434F /* Frameworks */, |
|
290 | 290 | ); |
291 | 291 | dependencies = ( |
292 | 292 | ); |
293 | | - name = GenerativeAISample; |
| 293 | + name = VertexAISample; |
294 | 294 | packageProductDependencies = ( |
295 | 295 | 886F95D72B17BA420036F07A /* MarkdownUI */, |
296 | 296 | 886F95E22B17D6630036F07A /* GenerativeAIUIComponents */, |
297 | 297 | 868A33652BB476FA00304BB1 /* FirebaseAppCheck */, |
298 | 298 | 868A33672BB476FA00304BB1 /* FirebaseVertexAI-Preview */, |
299 | 299 | ); |
300 | 300 | productName = GenerativeAISample; |
301 | | - productReference = 8848C82F2B0D04BC007B434F /* GenerativeAISample.app */; |
| 301 | + productReference = 8848C82F2B0D04BC007B434F /* VertexAISample.app */; |
302 | 302 | productType = "com.apple.product-type.application"; |
303 | 303 | }; |
304 | 304 | /* End PBXNativeTarget section */ |
|
316 | 316 | }; |
317 | 317 | }; |
318 | 318 | }; |
319 | | - buildConfigurationList = 8848C82A2B0D04BC007B434F /* Build configuration list for PBXProject "GenerativeAISample" */; |
| 319 | + buildConfigurationList = 8848C82A2B0D04BC007B434F /* Build configuration list for PBXProject "VertexAISample" */; |
320 | 320 | compatibilityVersion = "Xcode 14.0"; |
321 | 321 | developmentRegion = en; |
322 | 322 | hasScannedForEncodings = 0; |
|
334 | 334 | projectDirPath = ""; |
335 | 335 | projectRoot = ""; |
336 | 336 | targets = ( |
337 | | - 8848C82E2B0D04BC007B434F /* GenerativeAISample */, |
| 337 | + 8848C82E2B0D04BC007B434F /* VertexAISample */, |
338 | 338 | ); |
339 | 339 | }; |
340 | 340 | /* End PBXProject section */ |
|
364 | 364 | 88263BF12B239C11008AB09B /* ErrorDetailsView.swift in Sources */, |
365 | 365 | 8848C8352B0D04BC007B434F /* ContentView.swift in Sources */, |
366 | 366 | 886F95D52B17BA010036F07A /* SummarizeScreen.swift in Sources */, |
367 | | - 8848C8332B0D04BC007B434F /* GenerativeAISampleApp.swift in Sources */, |
| 367 | + 8848C8332B0D04BC007B434F /* VertexAISampleApp.swift in Sources */, |
368 | 368 | 886F95E02B17D5010036F07A /* ConversationViewModel.swift in Sources */, |
369 | 369 | 886F95DD2B17D5010036F07A /* MessageView.swift in Sources */, |
370 | 370 | 886F95DC2B17BAEF0036F07A /* PhotoReasoningScreen.swift in Sources */, |
|
504 | 504 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
505 | 505 | CODE_SIGN_STYLE = Automatic; |
506 | 506 | CURRENT_PROJECT_VERSION = 1; |
507 | | - DEVELOPMENT_ASSET_PATHS = "\"GenerativeAISample/Preview Content\""; |
| 507 | + DEVELOPMENT_ASSET_PATHS = "\"VertexAISample/Preview Content\""; |
508 | 508 | DEVELOPMENT_TEAM = ""; |
509 | 509 | ENABLE_PREVIEWS = YES; |
510 | 510 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
|
534 | 534 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
535 | 535 | CODE_SIGN_STYLE = Automatic; |
536 | 536 | CURRENT_PROJECT_VERSION = 1; |
537 | | - DEVELOPMENT_ASSET_PATHS = "\"GenerativeAISample/Preview Content\""; |
| 537 | + DEVELOPMENT_ASSET_PATHS = "\"VertexAISample/Preview Content\""; |
538 | 538 | DEVELOPMENT_TEAM = ""; |
539 | 539 | ENABLE_PREVIEWS = YES; |
540 | 540 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
|
560 | 560 | /* End XCBuildConfiguration section */ |
561 | 561 |
|
562 | 562 | /* Begin XCConfigurationList section */ |
563 | | - 8848C82A2B0D04BC007B434F /* Build configuration list for PBXProject "GenerativeAISample" */ = { |
| 563 | + 8848C82A2B0D04BC007B434F /* Build configuration list for PBXProject "VertexAISample" */ = { |
564 | 564 | isa = XCConfigurationList; |
565 | 565 | buildConfigurations = ( |
566 | 566 | 8848C83B2B0D04BD007B434F /* Debug */, |
|
569 | 569 | defaultConfigurationIsVisible = 0; |
570 | 570 | defaultConfigurationName = Release; |
571 | 571 | }; |
572 | | - 8848C83D2B0D04BD007B434F /* Build configuration list for PBXNativeTarget "GenerativeAISample" */ = { |
| 572 | + 8848C83D2B0D04BD007B434F /* Build configuration list for PBXNativeTarget "VertexAISample" */ = { |
573 | 573 | isa = XCConfigurationList; |
574 | 574 | buildConfigurations = ( |
575 | 575 | 8848C83E2B0D04BD007B434F /* Debug */, |
|
0 commit comments