Skip to content

Commit 7397c91

Browse files
Add tvOS target
1 parent 8f7f7fa commit 7397c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
name: "StreamLayerSDKPluginsWatchParty",
2727
dependencies: [
2828
.product(name: "StreamLayer", package: "sdk-ios", condition: .when(platforms: [.iOS])),
29-
// .product(name: "StreamLayerTVOS", package: "sdk-ios", condition: .when(platforms: [.tvOS])),
29+
.product(name: "StreamLayerTVOS", package: "sdk-ios", condition: .when(platforms: [.tvOS])),
3030
.product(name: "StreamLayerWatchParty", package: "sdk-ios", condition: .when(platforms: [.iOS]))
3131
],
3232
path: "Sources/WatchParty/"
@@ -35,7 +35,7 @@ let package = Package(
3535
name: "StreamLayerSDKPluginsGooglePAL",
3636
dependencies: [
3737
.product(name: "StreamLayer", package: "sdk-ios", condition: .when(platforms: [.iOS])),
38-
// .product(name: "StreamLayerTVOS", package: "sdk-ios", condition: .when(platforms: [.tvOS])),
38+
.product(name: "StreamLayerTVOS", package: "sdk-ios", condition: .when(platforms: [.tvOS])),
3939
.product(name: "StreamLayerGooglePAL", package: "sdk-ios", condition: .when(platforms: [.iOS, .tvOS]))
4040
],
4141
path: "Sources/GooglePAL/"

0 commit comments

Comments
 (0)