Skip to content

Commit e5034fd

Browse files
committed
[Infra] For SPM, defer to Xcode for supported platform versions
1 parent 2ba811a commit e5034fd

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(.v12), .macCatalyst(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)],
2727
products: [
2828
.library(
2929
name: "FirebaseAI",

0 commit comments

Comments
 (0)