Skip to content

Commit

Permalink
Add VisionOS support to Swift Package Manager Package.swift definitio…
Browse files Browse the repository at this point in the history
…n file (#4611)

Signed-off-by: Richard Topchii <8013017+richardtop@users.noreply.github.com>
  • Loading branch information
richardtop authored Jan 20, 2025
1 parent f06604f commit 1b81351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "nlohmann-json",
platforms: [
.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v4)
.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v4), .visionOS(.v1)
],
products: [
.library(name: "json", targets: ["json"])
Expand Down

0 comments on commit 1b81351

Please sign in to comment.