Skip to content

Commit

Permalink
FEATURE: Add support for visionOS (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung authored Jan 15, 2024
1 parent 9d567d0 commit 1a5ab1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ let package = Package(
.macOS(.v13),
.iOS(.v16),
.watchOS(.v9),
.tvOS(.v16)
.tvOS(.v16),
.visionOS(.v1)
],

products: [
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A Swift Package for The Movie Database (TMDb) <https://www.themoviedb.org>
* iOS 16+
* watchOS 9+
* tvOS 16+
* visionOS 1+

## Installation

Expand Down

0 comments on commit 1a5ab1d

Please sign in to comment.