Skip to content

Commit

Permalink
Warning instead of error for un-fully supported platforms (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Dec 14, 2023
1 parent d94b124 commit e1e8f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GoogleAI/GenerativeAISwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import Foundation

#if !os(macOS) && !os(iOS)
#error("Only iOS and macOS targets are currently supported.")
#warning("Only iOS, macOS, and Catalyst targets are currently fully supported.")
#endif

/// Constants associated with the GenerativeAISwift SDK
Expand Down

0 comments on commit e1e8f5c

Please sign in to comment.