Skip to content

Commit

Permalink
Add tvOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-kp committed Feb 2, 2024
1 parent 6f42d93 commit f57e6c3
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 f57e6c3

Please sign in to comment.