We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695faec commit 96efa8eCopy full SHA for 96efa8e
1 file changed
Package.swift
@@ -6,10 +6,10 @@ import PackageDescription
6
let package = Package(
7
name: "AnalyticsProvider",
8
platforms: [
9
- .iOS(.v17),
10
- .watchOS(.v10),
11
- .macOS(.v14),
12
- .visionOS(.v2)
+ .iOS(.v15),
+ .watchOS(.v8),
+ .macOS(.v12),
+ .visionOS(.v1)
13
],
14
products: [
15
// Products define the executables and libraries a package produces, making them visible to other packages.
0 commit comments