Skip to content

Commit

Permalink
hotfix: supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoethe committed May 31, 2024
1 parent 0cdf431 commit 8dee159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ let package = Package(
name: "NotificationManager",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v12)
.iOS(.v13),
.visionOS(.v1)
],
products: [
.library(
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ It shall also appear as minimalistic as possible.
- Swift 5.9+
- macOS 10.15+
- iOS 13.0+
- watchOS 6.0+
- tvOS 12.0+

- visionOS 1.0+

## Installation
1. Copy the resource url:
Expand Down

0 comments on commit 8dee159

Please sign in to comment.