Skip to content

Commit 96efa8e

Browse files
committed
Lower platform versions
1 parent 695faec commit 96efa8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import PackageDescription
66
let package = Package(
77
name: "AnalyticsProvider",
88
platforms: [
9-
.iOS(.v17),
10-
.watchOS(.v10),
11-
.macOS(.v14),
12-
.visionOS(.v2)
9+
.iOS(.v15),
10+
.watchOS(.v8),
11+
.macOS(.v12),
12+
.visionOS(.v1)
1313
],
1414
products: [
1515
// Products define the executables and libraries a package produces, making them visible to other packages.

0 commit comments

Comments
 (0)