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 f40f87c commit 9b70c02Copy full SHA for 9b70c02
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
let package = Package(
6
name: "Mutex",
7
platforms: [
8
- .macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
+ .macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
9
],
10
products: [
11
.library(
0 commit comments