Skip to content

Commit

Permalink
Add tvOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-tomlein committed Dec 14, 2022
1 parent 0302062 commit ab7b9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "ScreenPortSDK",
url: "https://github.com/in2core/screenportsdk/releases/download/v0.1.0-alpha.1/ScreenPortSDK-0.1.0-alpha.1.zip",
checksum: "02b08ac4bf194afb3f92580e0bca4ffec3f6e10f7998ee78457b420f1752f52a"),
url: "https://github.com/in2core/screenportsdk/releases/download/v0.1.0-alpha.3/ScreenPortSDK-0.1.0-alpha.3.zip",
checksum: "1ef4fcdf1b450983bb0fac7f02e55160e40c70369312e4818d0ed844160332ad"),
]
)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The SDK is currently available for the following Apple platforms:

- iOS and iPadOS
- macOS (via Mac Catalyst)
- tvOS (network connections only)

## Usage

Expand Down

0 comments on commit ab7b9b9

Please sign in to comment.