We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e959b5 commit 04d6158Copy full SHA for 04d6158
1 file changed
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
7
let package = Package(
8
name: "CodableWrapper",
9
- platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)],
+ platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13), .visionOS(.v1)],
10
products: [
11
// Products define the executables and libraries a package produces, making them visible to other packages.
12
.library(
0 commit comments