Skip to content

Commit 1b81351

Browse files
authored
Add VisionOS support to Swift Package Manager Package.swift definition file (#4611)
Signed-off-by: Richard Topchii <[email protected]>
1 parent f06604f commit 1b81351

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
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "nlohmann-json",
88
platforms: [
9-
.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v4)
9+
.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v4), .visionOS(.v1)
1010
],
1111
products: [
1212
.library(name: "json", targets: ["json"])

0 commit comments

Comments
 (0)