1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-31 10:24:23 +03:00

Add VisionOS support to Swift Package Manager Package.swift definition file (#4611)

Signed-off-by: Richard Topchii <8013017+richardtop@users.noreply.github.com>
This commit is contained in:
Richard Topchii
2025-01-20 11:26:29 +02:00
committed by GitHub
parent f06604fce0
commit 1b813519c2

View File

@ -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"])