Skip to content

Commit

Permalink
Bump tvOS version to minimum of 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 23, 2024
1 parent 81b9537 commit 6c85285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
platforms: [
.macOS("10.15"),
.iOS("13.0"),
.tvOS("11.0")
.tvOS("12.0")
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
Expand Down

0 comments on commit 6c85285

Please sign in to comment.