Skip to content

Commit 9b70c02

Browse files
authored
Update Package.swift
1 parent f40f87c commit 9b70c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "Mutex",
77
platforms: [
8-
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
8+
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
99
],
1010
products: [
1111
.library(

0 commit comments

Comments
 (0)