Skip to content

Commit 933c186

Browse files
add tvos support
1 parent feaf5ff commit 933c186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "StreamLayerPlugins",
8-
platforms: [.iOS(.v14)],
8+
platforms: [.iOS(.v14), .tvOS(.v15)],
99
products: [
1010
.library(
1111
name: "StreamLayerSDKPlugins",

0 commit comments

Comments
 (0)