Skip to content

Commit acabcec

Browse files
authored
[Infra] For SPM, defer to Xcode for supported platform versions (#15039)
1 parent b784eb7 commit acabcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let firebaseVersion = "12.0.0"
2323

2424
let package = Package(
2525
name: "Firebase",
26-
platforms: [.iOS(.v12), .macCatalyst(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)],
26+
platforms: [.iOS(.v15), .macCatalyst(.v15), .macOS(.v10_15), .tvOS(.v15), .watchOS(.v7)],
2727
products: [
2828
.library(
2929
name: "FirebaseAI",

0 commit comments

Comments
 (0)