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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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