We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94d76e commit 9c588d7Copy full SHA for 9c588d7
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