Skip to content

Commit

Permalink
Update to Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
AllDmeat committed Dec 19, 2024
1 parent 6a678fa commit 5809345
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.8
// swift-tools-version:6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down Expand Up @@ -54,6 +54,5 @@ let package = Package(
.product(name: "FirebasePerformance", package: "firebase-ios-sdk")
]
),
],
swiftLanguageVersions: [.v5]
]
)

0 comments on commit 5809345

Please sign in to comment.