Skip to content

Commit d1d878a

Browse files
committed
Fix old available version
1 parent 6855efc commit d1d878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Foundation
2828
///
2929
/// This mainly comes into play when we don't want to block developers from sending messages while a
3030
/// session is being reloaded.
31-
@available(macOS 12.0, *)
31+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3232
actor LiveSessionService {
3333
public let responses: AsyncThrowingStream<LiveServerMessage, Error>
3434
private let responseContinuation: AsyncThrowingStream<LiveServerMessage, Error>

0 commit comments

Comments
 (0)