From ca431c217957ff051013b1fa0d3f4753823b587f Mon Sep 17 00:00:00 2001 From: Josh Leibsly Date: Wed, 12 Feb 2020 10:11:03 -0800 Subject: [PATCH] Remove product/platform/infra layers from ios supermodules Summary: Context: https://fb.workplace.com/groups/2116332615111503/permalink/2773825422695549/ build-break overriding_review_checks_triggers_an_audit_and_retroactive_review allow-large-files allow_many_files Differential Revision: D19858113 Ninja: master broken fbshipit-source-id: d9e531f9579bfe7ef87097f0d50512722eb1de5e --- Libraries/FBLazyVector/BUCK | 2 +- Libraries/FBReactNativeSpec/BUCK | 2 +- Libraries/RCTRequired/BUCK | 2 +- React/CoreModules/BUCK | 2 +- ReactCommon/better/BUCK | 2 +- ReactCommon/callinvoker/BUCK | 2 +- ReactCommon/config/BUCK | 2 +- ReactCommon/cxxreact/BUCK | 6 +++--- ReactCommon/fabric/attributedstring/BUCK | 2 +- ReactCommon/fabric/components/activityindicator/BUCK | 2 +- ReactCommon/fabric/components/image/BUCK | 2 +- ReactCommon/fabric/components/legacyviewmanagerinterop/BUCK | 2 +- ReactCommon/fabric/components/modal/BUCK | 2 +- ReactCommon/fabric/components/root/BUCK | 2 +- ReactCommon/fabric/components/safeareaview/BUCK | 2 +- ReactCommon/fabric/components/scrollview/BUCK | 2 +- ReactCommon/fabric/components/slider/BUCK | 2 +- ReactCommon/fabric/components/switch/BUCK | 2 +- ReactCommon/fabric/components/text/BUCK | 2 +- ReactCommon/fabric/components/textinput/BUCK | 2 +- ReactCommon/fabric/components/textinput/iostextinput/BUCK | 2 +- ReactCommon/fabric/components/unimplementedview/BUCK | 2 +- ReactCommon/fabric/components/view/BUCK | 2 +- ReactCommon/fabric/core/BUCK | 2 +- ReactCommon/fabric/debug/BUCK | 2 +- ReactCommon/fabric/element/BUCK | 2 +- ReactCommon/fabric/graphics/BUCK | 2 +- ReactCommon/fabric/imagemanager/BUCK | 2 +- ReactCommon/fabric/mapbuffer/BUCK | 2 +- ReactCommon/fabric/mounting/BUCK | 2 +- ReactCommon/fabric/textlayoutmanager/BUCK | 2 +- ReactCommon/fabric/uimanager/BUCK | 2 +- ReactCommon/jsi/BUCK | 2 +- ReactCommon/jsiexecutor/BUCK | 2 +- ReactCommon/jsinspector/BUCK | 2 +- ReactCommon/microprofiler/BUCK | 2 +- ReactCommon/turbomodule/core/BUCK | 2 +- ReactCommon/utils/BUCK | 2 +- packages/react-native-codegen/DEFS.bzl | 2 +- 39 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Libraries/FBLazyVector/BUCK b/Libraries/FBLazyVector/BUCK index 84124adb99..48f43e29ba 100644 --- a/Libraries/FBLazyVector/BUCK +++ b/Libraries/FBLazyVector/BUCK @@ -7,7 +7,7 @@ fb_apple_library( enable_exceptions = False, extension_api_only = True, frameworks = [], - labels = ["supermodule:ios/default/infra.react_native"], + labels = ["supermodule:ios/default/react_native.infra"], link_whole = False, visibility = ["PUBLIC"], ) diff --git a/Libraries/FBReactNativeSpec/BUCK b/Libraries/FBReactNativeSpec/BUCK index f88f137b34..4bf47c00be 100644 --- a/Libraries/FBReactNativeSpec/BUCK +++ b/Libraries/FBReactNativeSpec/BUCK @@ -15,7 +15,7 @@ fb_apple_library( "Foundation", "UIKit", ], - labels = ["supermodule:ios/default/infra.react_native"], + labels = ["supermodule:ios/default/react_native.infra"], reexport_all_header_dependencies = True, deps = [ "fbsource//xplat/js/react-native-github:RCTTypeSafety", diff --git a/Libraries/RCTRequired/BUCK b/Libraries/RCTRequired/BUCK index 436a2ececd..efcbe8fd5e 100644 --- a/Libraries/RCTRequired/BUCK +++ b/Libraries/RCTRequired/BUCK @@ -6,5 +6,5 @@ fb_apple_library( contacts = ["oncall+react_native@xmail.facebook.com"], extension_api_only = True, frameworks = ["Foundation"], - labels = ["supermodule:ios/default/infra.react_native"], + labels = ["supermodule:ios/default/react_native.infra"], ) diff --git a/React/CoreModules/BUCK b/React/CoreModules/BUCK index 55f497fa05..898cefa8a0 100644 --- a/React/CoreModules/BUCK +++ b/React/CoreModules/BUCK @@ -32,7 +32,7 @@ rn_apple_library( "UIKit", ], header_path_prefix = "React", - labels = ["supermodule:ios/default/infra.react_native"], + labels = ["supermodule:ios/default/react_native.infra"], lang_compiler_flags = get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED(), link_whole = True, platform_preprocessor_flags = [( diff --git a/ReactCommon/better/BUCK b/ReactCommon/better/BUCK index 8051075cb8..25bf8dc4b0 100644 --- a/ReactCommon/better/BUCK +++ b/ReactCommon/better/BUCK @@ -36,7 +36,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/callinvoker/BUCK b/ReactCommon/callinvoker/BUCK index 92be3d4a87..256812ecbf 100644 --- a/ReactCommon/callinvoker/BUCK +++ b/ReactCommon/callinvoker/BUCK @@ -16,7 +16,7 @@ rn_xplat_cxx_library( "-std=c++14", "-Wall", ], - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], platforms = (ANDROID, APPLE), preferred_linkage = "static", preprocessor_flags = [ diff --git a/ReactCommon/config/BUCK b/ReactCommon/config/BUCK index 3c39888f8f..95b22ecdaa 100644 --- a/ReactCommon/config/BUCK +++ b/ReactCommon/config/BUCK @@ -25,7 +25,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index fa176629e2..efad1e34bd 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -19,7 +19,7 @@ rn_xplat_cxx_library( ), compiler_flags = CXX_LIBRARY_COMPILER_FLAGS, fbobjc_compiler_flags = get_apple_compiler_flags(), - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], force_static = True, visibility = [ "PUBLIC", @@ -44,7 +44,7 @@ rn_xplat_cxx_library( "-frtti", ], fbobjc_compiler_flags = get_apple_compiler_flags(), - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], force_static = True, preprocessor_flags = [ "-DWITH_FBREMAP=1", @@ -129,7 +129,7 @@ rn_xplat_cxx_library( fbandroid_preprocessor_flags = get_android_inspector_flags(), fbobjc_compiler_flags = get_apple_compiler_flags(), fbobjc_force_static = True, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), macosx_tests_override = [], platforms = (ANDROID, APPLE), diff --git a/ReactCommon/fabric/attributedstring/BUCK b/ReactCommon/fabric/attributedstring/BUCK index d5d24556f8..f0794826be 100644 --- a/ReactCommon/fabric/attributedstring/BUCK +++ b/ReactCommon/fabric/attributedstring/BUCK @@ -38,7 +38,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/fabric/components/activityindicator/BUCK b/ReactCommon/fabric/components/activityindicator/BUCK index a97559b404..aad09074af 100644 --- a/ReactCommon/fabric/components/activityindicator/BUCK +++ b/ReactCommon/fabric/components/activityindicator/BUCK @@ -36,7 +36,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), macosx_tests_override = [], platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/image/BUCK b/ReactCommon/fabric/components/image/BUCK index fe53af0653..99e3806368 100644 --- a/ReactCommon/fabric/components/image/BUCK +++ b/ReactCommon/fabric/components/image/BUCK @@ -36,7 +36,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), macosx_tests_override = [], platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/legacyviewmanagerinterop/BUCK b/ReactCommon/fabric/components/legacyviewmanagerinterop/BUCK index ddc6f6b094..26f5130770 100644 --- a/ReactCommon/fabric/components/legacyviewmanagerinterop/BUCK +++ b/ReactCommon/fabric/components/legacyviewmanagerinterop/BUCK @@ -34,7 +34,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, platforms = (APPLE), diff --git a/ReactCommon/fabric/components/modal/BUCK b/ReactCommon/fabric/components/modal/BUCK index 98ec508e37..3cf61fe541 100644 --- a/ReactCommon/fabric/components/modal/BUCK +++ b/ReactCommon/fabric/components/modal/BUCK @@ -52,7 +52,7 @@ rn_xplat_cxx_library( ["platform/android/*.cpp"], ), fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, ios_exported_headers = subdir_glob( diff --git a/ReactCommon/fabric/components/root/BUCK b/ReactCommon/fabric/components/root/BUCK index ffa7b6df2d..5b5d3e6590 100644 --- a/ReactCommon/fabric/components/root/BUCK +++ b/ReactCommon/fabric/components/root/BUCK @@ -36,7 +36,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), macosx_tests_override = [], platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/safeareaview/BUCK b/ReactCommon/fabric/components/safeareaview/BUCK index b54da69c53..7ef7e92fa5 100644 --- a/ReactCommon/fabric/components/safeareaview/BUCK +++ b/ReactCommon/fabric/components/safeareaview/BUCK @@ -31,7 +31,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, platforms = (APPLE), diff --git a/ReactCommon/fabric/components/scrollview/BUCK b/ReactCommon/fabric/components/scrollview/BUCK index ea5d8fe71a..c8f47da30d 100644 --- a/ReactCommon/fabric/components/scrollview/BUCK +++ b/ReactCommon/fabric/components/scrollview/BUCK @@ -39,7 +39,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/fabric/components/slider/BUCK b/ReactCommon/fabric/components/slider/BUCK index 215287c330..4989524569 100644 --- a/ReactCommon/fabric/components/slider/BUCK +++ b/ReactCommon/fabric/components/slider/BUCK @@ -57,7 +57,7 @@ rn_xplat_cxx_library( ["platform/android/*.cpp"], ), fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, ios_exported_headers = subdir_glob( diff --git a/ReactCommon/fabric/components/switch/BUCK b/ReactCommon/fabric/components/switch/BUCK index 384a9edea5..fdd6d3243a 100644 --- a/ReactCommon/fabric/components/switch/BUCK +++ b/ReactCommon/fabric/components/switch/BUCK @@ -45,7 +45,7 @@ rn_xplat_cxx_library( react_native_target("jni/react/jni:jni"), ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/text/BUCK b/ReactCommon/fabric/components/text/BUCK index 961fade502..bd0f60d224 100644 --- a/ReactCommon/fabric/components/text/BUCK +++ b/ReactCommon/fabric/components/text/BUCK @@ -44,7 +44,7 @@ rn_xplat_cxx_library( ], cxx_tests = [":tests"], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/textinput/BUCK b/ReactCommon/fabric/components/textinput/BUCK index ccd426fc0a..17fb8b0dc9 100644 --- a/ReactCommon/fabric/components/textinput/BUCK +++ b/ReactCommon/fabric/components/textinput/BUCK @@ -41,7 +41,7 @@ rn_xplat_cxx_library( ], cxx_tests = [":tests"], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/textinput/iostextinput/BUCK b/ReactCommon/fabric/components/textinput/iostextinput/BUCK index 4fdc44f3e8..86c3abdf03 100644 --- a/ReactCommon/fabric/components/textinput/iostextinput/BUCK +++ b/ReactCommon/fabric/components/textinput/iostextinput/BUCK @@ -41,7 +41,7 @@ rn_xplat_cxx_library( ], cxx_tests = [":tests"], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/unimplementedview/BUCK b/ReactCommon/fabric/components/unimplementedview/BUCK index 87ecb38455..a46d06a4b5 100644 --- a/ReactCommon/fabric/components/unimplementedview/BUCK +++ b/ReactCommon/fabric/components/unimplementedview/BUCK @@ -36,7 +36,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), macosx_tests_override = [], platforms = (ANDROID, APPLE, CXX), diff --git a/ReactCommon/fabric/components/view/BUCK b/ReactCommon/fabric/components/view/BUCK index 9e81153fe5..75ec97d71e 100644 --- a/ReactCommon/fabric/components/view/BUCK +++ b/ReactCommon/fabric/components/view/BUCK @@ -42,7 +42,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/fabric/core/BUCK b/ReactCommon/fabric/core/BUCK index 4736155f99..31a9459cd5 100644 --- a/ReactCommon/fabric/core/BUCK +++ b/ReactCommon/fabric/core/BUCK @@ -45,7 +45,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/fabric/debug/BUCK b/ReactCommon/fabric/debug/BUCK index 2a4f456721..4d3d625aba 100644 --- a/ReactCommon/fabric/debug/BUCK +++ b/ReactCommon/fabric/debug/BUCK @@ -40,7 +40,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/fabric/element/BUCK b/ReactCommon/fabric/element/BUCK index b56127b1f2..434e3f12cc 100644 --- a/ReactCommon/fabric/element/BUCK +++ b/ReactCommon/fabric/element/BUCK @@ -38,7 +38,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/fabric/graphics/BUCK b/ReactCommon/fabric/graphics/BUCK index 957d35836e..3e29af7ff6 100644 --- a/ReactCommon/fabric/graphics/BUCK +++ b/ReactCommon/fabric/graphics/BUCK @@ -62,7 +62,7 @@ rn_xplat_cxx_library( ], ), fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, ios_deps = [ diff --git a/ReactCommon/fabric/imagemanager/BUCK b/ReactCommon/fabric/imagemanager/BUCK index 245926e4a2..1f446737a9 100644 --- a/ReactCommon/fabric/imagemanager/BUCK +++ b/ReactCommon/fabric/imagemanager/BUCK @@ -51,7 +51,7 @@ rn_xplat_cxx_library( ], ), fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags() + [ "-DLOG_TAG=\"ReactNative\"", "-DWITH_FBSYSTRACE=1", diff --git a/ReactCommon/fabric/mapbuffer/BUCK b/ReactCommon/fabric/mapbuffer/BUCK index 9af9ace4bb..e02796ece0 100644 --- a/ReactCommon/fabric/mapbuffer/BUCK +++ b/ReactCommon/fabric/mapbuffer/BUCK @@ -30,7 +30,7 @@ rn_xplat_cxx_library( "-std=c++14", "-Wall", ], - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], force_static = True, macosx_tests_override = [], platforms = (ANDROID), diff --git a/ReactCommon/fabric/mounting/BUCK b/ReactCommon/fabric/mounting/BUCK index 0dc3fd6f3d..b8f7011fd8 100644 --- a/ReactCommon/fabric/mounting/BUCK +++ b/ReactCommon/fabric/mounting/BUCK @@ -39,7 +39,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/fabric/textlayoutmanager/BUCK b/ReactCommon/fabric/textlayoutmanager/BUCK index 6d7c81a59b..e69dc3abf7 100644 --- a/ReactCommon/fabric/textlayoutmanager/BUCK +++ b/ReactCommon/fabric/textlayoutmanager/BUCK @@ -81,7 +81,7 @@ rn_xplat_cxx_library( ], ), fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, ios_deps = [ diff --git a/ReactCommon/fabric/uimanager/BUCK b/ReactCommon/fabric/uimanager/BUCK index 85cb5840a1..a17b29a2ae 100644 --- a/ReactCommon/fabric/uimanager/BUCK +++ b/ReactCommon/fabric/uimanager/BUCK @@ -38,7 +38,7 @@ rn_xplat_cxx_library( "-Wall", ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/ReactCommon/jsi/BUCK b/ReactCommon/jsi/BUCK index 7414c0a34d..21af914537 100644 --- a/ReactCommon/jsi/BUCK +++ b/ReactCommon/jsi/BUCK @@ -101,7 +101,7 @@ rn_xplat_cxx_library( fbobjc_frameworks = [ "$SDKROOT/System/Library/Frameworks/JavaScriptCore.framework", ], - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], # TODO (T55502220): Remove when iOS 9.0 deprecation is complete everywhere. fbobjc_target_sdk_version = "9.0", visibility = ["PUBLIC"], diff --git a/ReactCommon/jsiexecutor/BUCK b/ReactCommon/jsiexecutor/BUCK index fd15fa69b8..74ea9299ce 100644 --- a/ReactCommon/jsiexecutor/BUCK +++ b/ReactCommon/jsiexecutor/BUCK @@ -22,7 +22,7 @@ cxx_library( ], fbobjc_force_static = True, fbobjc_header_path_prefix = "", - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], platforms = (ANDROID, APPLE), preprocessor_flags = [ "-DLOG_TAG=\"ReactNative\"", diff --git a/ReactCommon/jsinspector/BUCK b/ReactCommon/jsinspector/BUCK index b74de09db9..7ba299334f 100644 --- a/ReactCommon/jsinspector/BUCK +++ b/ReactCommon/jsinspector/BUCK @@ -31,7 +31,7 @@ rn_xplat_cxx_library( "-std=c++1y", ], fbandroid_preferred_linkage = "shared", - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], visibility = [ "PUBLIC", ], diff --git a/ReactCommon/microprofiler/BUCK b/ReactCommon/microprofiler/BUCK index 8cefd43cfa..91473d5dc9 100644 --- a/ReactCommon/microprofiler/BUCK +++ b/ReactCommon/microprofiler/BUCK @@ -16,7 +16,7 @@ cxx_library( "-fexceptions", "-fno-data-sections", ], - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], force_static = True, visibility = [ "PUBLIC", diff --git a/ReactCommon/turbomodule/core/BUCK b/ReactCommon/turbomodule/core/BUCK index bb835a7e64..c8ad6bb0cd 100644 --- a/ReactCommon/turbomodule/core/BUCK +++ b/ReactCommon/turbomodule/core/BUCK @@ -38,7 +38,7 @@ rn_xplat_cxx_library( "-fobjc-arc-exceptions", ], fbobjc_inherited_buck_flags = get_static_library_ios_flags(), - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = OBJC_ARC_PREPROCESSOR_FLAGS + get_debug_preprocessor_flags(), force_static = True, ios_deps = [ diff --git a/ReactCommon/utils/BUCK b/ReactCommon/utils/BUCK index 08ef4cb199..280698458e 100644 --- a/ReactCommon/utils/BUCK +++ b/ReactCommon/utils/BUCK @@ -41,7 +41,7 @@ rn_xplat_cxx_library( ], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, fbobjc_frameworks = ["Foundation"], - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), force_static = True, macosx_tests_override = [], diff --git a/packages/react-native-codegen/DEFS.bzl b/packages/react-native-codegen/DEFS.bzl index 770b138557..dd125c6a92 100644 --- a/packages/react-native-codegen/DEFS.bzl +++ b/packages/react-native-codegen/DEFS.bzl @@ -219,7 +219,7 @@ def rn_codegen_components( ], fbobjc_compiler_flags = get_apple_compiler_flags(), fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(), - fbobjc_labels = ["supermodule:ios/default/infra.react_native"], + fbobjc_labels = ["supermodule:ios/default/react_native.infra"], platforms = (ANDROID, APPLE, CXX), preprocessor_flags = [ "-DLOG_TAG=\"ReactNative\"",