From 9ec13ea132a74dd8e90adc2167e63ec271018b7b Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Mon, 30 Sep 2024 11:06:17 -0400 Subject: [PATCH] [Vertex AI] Remove supported platforms `#warning` --- FirebaseVertexAI/Sources/Constants.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/FirebaseVertexAI/Sources/Constants.swift b/FirebaseVertexAI/Sources/Constants.swift index e3f2d45d6df..9ec76aabe95 100644 --- a/FirebaseVertexAI/Sources/Constants.swift +++ b/FirebaseVertexAI/Sources/Constants.swift @@ -14,10 +14,6 @@ import Foundation -#if !os(macOS) && !os(iOS) - #warning("Only iOS, macOS, and Catalyst targets are currently fully supported.") -#endif - /// Constants associated with the Vertex AI for Firebase SDK. enum Constants { /// The Vertex AI backend endpoint URL.