Skip to content

Commit

Permalink
Support for visionOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengyu committed Dec 5, 2023
1 parent f51a487 commit d2111f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "DiscreteSlider",
platforms: [.iOS(.v14), .macOS(.v11)],
platforms: [.iOS(.v14), .macOS(.v11), .visionOS(.v1)],
products: [.library(name: "DiscreteSlider", targets: ["DiscreteSlider"])],
targets: [.target(name: "DiscreteSlider")]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Requirements

- SwiftUI
- iOS 14.0+, macCatalyst 14.0+, macOS 11.0+
- iOS 14.0+, macCatalyst 14.0+, macOS 11.0+, visionOS 1.0+

## Installation

Expand Down

0 comments on commit d2111f2

Please sign in to comment.