From 818ee95a9e96b78b4674f50f1a8413f03b6a0d58 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Tue, 4 Jun 2024 16:21:56 -0400 Subject: [PATCH] Update Vertex AI xcodeproj to use `firebase-ios-sdk` `main` branch --- vertexai/VertexAISnippets.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertexai/VertexAISnippets.xcodeproj/project.pbxproj b/vertexai/VertexAISnippets.xcodeproj/project.pbxproj index 96a6a887..b8d1f7cd 100644 --- a/vertexai/VertexAISnippets.xcodeproj/project.pbxproj +++ b/vertexai/VertexAISnippets.xcodeproj/project.pbxproj @@ -384,7 +384,7 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/firebase/firebase-ios-sdk"; requirement = { - branch = "vertexai-preview-0.1.0"; + branch = main; kind = branch; }; };