Skip to content

Commit 25f2f46

Browse files
ncooke3cherylEnkidu
authored andcommitted
[Infra] For SPM, defer to Xcode for supported platform versions (#15039)
1 parent ddcd6e9 commit 25f2f46

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)