From cf2e27c3888ded6f851ba267597ef13f1d0cfd8c Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Tue, 5 Jul 2022 17:50:10 -0700 Subject: [PATCH] Remove APPLETVOS variants from targets. Summary: After D37553813, there are no more TV apps in `fbsource`. Thus, we can begin the sequential teardown of all of the `APPLETVOS` variants in the codebase, which should migrating to `select()` and buck parse times a bit faster. #nocancel Reviewed By: natestedman Differential Revision: D37594789 fbshipit-source-id: 830e40266654f948f39f5d10c32a080e970cf9d7 --- BUCK | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUCK b/BUCK index e43a573088bb6a..69a9a077041b0b 100644 --- a/BUCK +++ b/BUCK @@ -10,7 +10,6 @@ load( ) load( "//tools/build_defs/oss:rn_defs.bzl", - "APPLETVOS", "HERMES_BYTECODE_VERSION", "IOS", "RCT_IMAGE_DATA_DECODER_SOCKET", @@ -189,7 +188,7 @@ rn_xplat_cxx_library2( exclude = RCTCXXMODULE_PUBLIC_HEADERS.values(), prefix = "React", ), - apple_sdks = (IOS, APPLETVOS), + apple_sdks = (IOS,), contacts = ["oncall+react_native@xmail.facebook.com"], fbobjc_enable_exceptions = True, frameworks = [