Skip to content

Commit

Permalink
update tvOS requirement to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcconnell committed Dec 26, 2024
1 parent c018c7c commit d8a0c54
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 @@ -7,7 +7,7 @@ let package = Package(
platforms: [
.iOS(.v12),
.macOS(.v13),
.tvOS(.v12)
.tvOS(.v16)
],
products: [
.library(
Expand Down

0 comments on commit d8a0c54

Please sign in to comment.