Skip to content

Commit bfb5bf4

Browse files
committed
Add available(iOS 15.0, macOS 12.0, ..., *) annotation
1 parent 9922957 commit bfb5bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseAI/Tests/Unit/Types/Generable/GenerableTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
@testable import FirebaseAILogic
1616
import XCTest
1717

18+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
1819
final class GenerableTests: XCTestCase {
1920
func testInitializeGenerableTypeFromModelOutput() throws {
2021
let addressProperties: [(String, any ConvertibleToModelOutput)] =

0 commit comments

Comments
 (0)