Skip to content

Commit 6ec278b

Browse files
committed
Fix available version to match usage
1 parent 712b8b4 commit 6ec278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121
/// through the incremental API (such as ``sendContent(_:turnComplete:)``).
2222
///
2323
/// To create an instance of this class, see ``LiveGenerativeModel``.
24-
@available(macOS 12.0, *)
24+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
2525
public final class LiveSession: Sendable {
2626
private let service: LiveSessionService
2727

0 commit comments

Comments
 (0)