We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceba8e1 + 9c588d7 commit 6624f19Copy full SHA for 6624f19
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "SafeFetching",
8
- platforms: [.iOS("13"), .macOS("10.15")],
+ platforms: [.iOS("13"), .macOS("10.15"), .tvOS("13.0")],
9
products: [
10
// Products define the executables and libraries a package produces, and make them visible to other packages.
11
.library(
0 commit comments