Skip to content

Commit a123a8d

Browse files
authored
Added tvOS as a supported platform (#11)
1 parent ed518ac commit a123a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import PackageDescription
66
let package = Package(
77
name: "Endpoints",
88
platforms: [
9-
.macOS(.v10_15),
109
.iOS(.v13),
10+
.tvOS(.v13),
11+
.macOS(.v10_15),
1112
.watchOS(.v6)
1213
],
1314
products: [

0 commit comments

Comments
 (0)