Skip to content

Commit 04d6158

Browse files
committed
support visionOS
1 parent 5e959b5 commit 04d6158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66

77
let package = Package(
88
name: "CodableWrapper",
9-
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)],
9+
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13), .visionOS(.v1)],
1010
products: [
1111
// Products define the executables and libraries a package produces, making them visible to other packages.
1212
.library(

0 commit comments

Comments
 (0)