@@ -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