Skip to content

Commit e550556

Browse files
authored
Use correct visionOS baseline (#22)
1 parent 52d6c1e commit e550556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

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

1717
let package = Package(
1818
name: "swift-binary-parsing",
19-
platforms: [.macOS(.v15), .iOS(.v18), .watchOS(.v11), .tvOS(.v18), .visionOS(.v1)],
19+
platforms: [.macOS(.v15), .iOS(.v18), .watchOS(.v11), .tvOS(.v18), .visionOS(.v2)],
2020
products: [
2121
.library(name: "BinaryParsing", targets: ["BinaryParsing"])
2222
// .library(name: "BinaryParsingEmbedded", targets: ["BinaryParsingEmbedded"]),

0 commit comments

Comments
 (0)