Skip to content

Commit

Permalink
[Vertex AI] Remove pod from FirebaseManifest (#13663)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Sep 23, 2024
1 parent 95eb9df commit 59c5703
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public let shared = Manifest(
Pod("FirebasePerformance", platforms: ["ios", "tvos"], zip: true),
Pod("FirebaseStorage", zip: true),
Pod("FirebaseMLModelDownloader", isBeta: true, zip: true),
Pod("FirebaseVertexAI", isBeta: true, allowWarnings: true, zip: true),
// TODO(andrewheard): Re-add FirebaseVertexAI when ready for release as zip.
// Pod("FirebaseVertexAI", isBeta: true, allowWarnings: true, zip: true),
Pod("Firebase", allowWarnings: true, platforms: ["ios", "tvos", "macos"], zip: true),
]
)
Expand Down

0 comments on commit 59c5703

Please sign in to comment.