From 005a56db031b262de430421764c692d09af78725 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:37:44 +0200 Subject: [PATCH] fix(tvos): preserve MPV contract test wiring --- tvos/scripts/wire_top_shelf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tvos/scripts/wire_top_shelf.rb b/tvos/scripts/wire_top_shelf.rb index aedd93c1..b9fb2791 100644 --- a/tvos/scripts/wire_top_shelf.rb +++ b/tvos/scripts/wire_top_shelf.rb @@ -83,6 +83,7 @@ project.files.select { |file| file.display_name == 'Foundation.framework' }.each file_ref.remove_from_project unless still_used end runner_test_sources = %w[ + MpvPlayerContractTests.swift TvosEventDeliveryCoordinatorTests.swift ConnectivityPlusPluginTests.swift SystemShelfPluginTests.swift