refactor: splitting devicekit-ios into h264 repository#47
Conversation
|
Caution Review failedPull request was closed or merged during review WalkthroughThis PR removes screen-sharing broadcast infrastructure and associated video/audio codec packages from the project. The BroadcastUploadExtension app extension—which captured screen samples and encoded them to H.264 video with Opus audio over TCP—is deleted entirely, along with the h264-codec and opus-codec Swift packages that supported it. The Xcode project is simplified by removing the extension target, its build phases, codec package references, and codec product dependencies. The CI workflow no longer runs SwiftLint as a separate job, SwiftLint configuration is updated to lint fewer paths, the Makefile adds a help target, and the project's license changes from Apache 2.0 to Functional Source License 1.1 with a future Apache 2.0 grant. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
No description provided.