Skip to content

Commit

Permalink
Make package support visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 10, 2024
1 parent 3ea36cb commit 67f3889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ let package = Package(
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
.macOS(.v10_15)
.macOS(.v10_15),
.visionOS(.v1)
],
products: [
.library(
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release Notes


## 1.4.1

The package now supports visionOS.



## 1.4

This version bumps Swift to 5.9.
Expand Down

0 comments on commit 67f3889

Please sign in to comment.