Skip to content

Add tvOS support to WebRTC XCFramework builds#153

Open
gogoqaz wants to merge 7 commits into
stasel:latestfrom
gogoqaz:latest
Open

Add tvOS support to WebRTC XCFramework builds#153
gogoqaz wants to merge 7 commits into
stasel:latestfrom
gogoqaz:latest

Conversation

@gogoqaz

@gogoqaz gogoqaz commented Jun 16, 2026

Copy link
Copy Markdown

Summary

Adds tvOS support to the WebRTC binary distribution so WebRTC.xcframework can be consumed by tvOS apps through CocoaPods / Swift Package Manager.

This includes:

  • tvOS device build slice
  • tvOS simulator build slice
  • tvOS entries in the generated WebRTC.xcframework
  • tvOS platform metadata in Package.swift
  • tvOS deployment target in WebRTC-lib.podspec
  • GitHub Actions support for building tvOS artifacts

The change is based on the existing iOS/macOS/Catalyst build flow and keeps existing supported platforms unchanged.

Motivation

WebRTC-lib currently works for iOS/macOS/Catalyst, but tvOS apps cannot import/link the framework because the released XCFramework does not include tvOS slices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant