Skip to content

Commit

Permalink
Add tvOS platform (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Pittevils <[email protected]>
  • Loading branch information
kevin-kp and kevin-kp authored Feb 19, 2024
1 parent 6f42d93 commit 7bda5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let package = Package(
platforms: [
.iOS("13.0"),
.macOS("10.15"),
.tvOS("13.0")
],
products: [
.executable(name: "Example", targets: ["Example"]),
Expand Down

0 comments on commit 7bda5d3

Please sign in to comment.