Skip to content

Commit d9ea542

Browse files
committed
Update platform support in Package.swift to include iOS 15, watchOS 8, macOS 11, tvOS 15, and visionOS 1.
1 parent d6dce3b commit d9ea542

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Package.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ import PackageDescription
66
let package = Package(
77
name: "Cache",
88
platforms: [
9-
.macOS(.v10_15),
10-
.iOS(.v13),
11-
.watchOS(.v6),
12-
.tvOS(.v13)
9+
.iOS(.v15),
10+
.watchOS(.v8),
11+
.macOS(.v11),
12+
.tvOS(.v15),
13+
.visionOS(.v1)
1314
],
1415
products: [
1516
// Products define the executables and libraries a package produces, making them visible to other packages.

0 commit comments

Comments
 (0)