Skip to content

Commit

Permalink
[Vertex AI] Remove from zip build (#13871)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Oct 11, 2024
1 parent 3eaa04d commit 4e50fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +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", zip: true),
Pod("Firebase", allowWarnings: true, platforms: ["ios", "tvos", "macos"], zip: true),
Pod("FirebaseVertexAI", releasing: false, zip: false),
]
)

Expand Down

0 comments on commit 4e50fd8

Please sign in to comment.