We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70674da commit f9ddf04Copy full SHA for f9ddf04
Package.swift
@@ -1,15 +1,15 @@
1
-// swift-tools-version:5.3
+// swift-tools-version:6.0
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
5
6
let package = Package(
7
name: "SegmentFirebase",
8
platforms: [
9
- .macOS("10.15"),
10
- .iOS("13.0"),
11
- .tvOS("13.0"),
12
- .watchOS("7.1")
+ .macOS(.v10_15),
+ .iOS(.v15),
+ .tvOS(.v15),
+ .watchOS(.v7)
13
],
14
products: [
15
// Products define the executables and libraries a package produces, and make them visible to other packages.
0 commit comments