diff --git a/Libraries/FBLazyVector/BUCK b/Libraries/FBLazyVector/BUCK index 50fb1ff467a..ea6c50f49ff 100644 --- a/Libraries/FBLazyVector/BUCK +++ b/Libraries/FBLazyVector/BUCK @@ -8,7 +8,7 @@ fb_apple_library( enable_exceptions = False, extension_api_only = True, frameworks = [], - labels = ["supermodule:ios/default/private.react_native.infra"], + labels = ["supermodule:ios/default/public.react_native.infra"], link_whole = False, visibility = ["PUBLIC"], ) diff --git a/Libraries/FBReactNativeSpec/BUCK b/Libraries/FBReactNativeSpec/BUCK index e378beb385a..93ae453b189 100644 --- a/Libraries/FBReactNativeSpec/BUCK +++ b/Libraries/FBReactNativeSpec/BUCK @@ -15,7 +15,7 @@ fb_apple_library( "Foundation", "UIKit", ], - labels = ["supermodule:ios/default/private.react_native.infra"], + labels = ["supermodule:ios/default/public.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 1248aa197a1..396f41b3f98 100644 --- a/Libraries/RCTRequired/BUCK +++ b/Libraries/RCTRequired/BUCK @@ -7,5 +7,5 @@ fb_apple_library( contacts = ["oncall+react_native@xmail.facebook.com"], extension_api_only = True, frameworks = ["Foundation"], - labels = ["supermodule:ios/default/private.react_native.infra"], + labels = ["supermodule:ios/default/public.react_native.infra"], ) diff --git a/React/CoreModules/BUCK b/React/CoreModules/BUCK index c597beb0411..412bae8e7c2 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/private.react_native.infra"], + labels = ["supermodule:ios/default/public.react_native.infra"], lang_compiler_flags = get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED(), link_whole = True, platform_preprocessor_flags = [( diff --git a/ReactAndroid/src/main/java/com/facebook/fbreact/specs/BUCK b/ReactAndroid/src/main/java/com/facebook/fbreact/specs/BUCK index 70e1c11a0c7..ae430ff3aa5 100644 --- a/ReactAndroid/src/main/java/com/facebook/fbreact/specs/BUCK +++ b/ReactAndroid/src/main/java/com/facebook/fbreact/specs/BUCK @@ -35,7 +35,7 @@ rn_xplat_cxx_library( "-std=c++14", "-Wall", ], - labels = ["supermodule:android/default/public.react_native"], + labels = ["supermodule:android/default/public.react_native.infra"], platforms = (ANDROID,), preprocessor_flags = [ "-DLOG_TAG=\"ReactNative\"", diff --git a/ReactCommon/better/BUCK b/ReactCommon/better/BUCK index c5f9aa99988..cc730b3943b 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 c87378bec17..ed9a63d7818 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], platforms = (ANDROID, APPLE), preferred_linkage = "static", preprocessor_flags = [ diff --git a/ReactCommon/config/BUCK b/ReactCommon/config/BUCK index 40f544e5a40..d6e6a7d4665 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 e2227d60718..676b0e8423c 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 a6c46669d6a..dde857ea588 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 9e9071a8ff3..e0a1809bea1 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 49436d2d240..9df00a26a98 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 5d46ab6163c..2fbb23dd5f6 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 234873f6a56..04389d8cf16 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 6557eb3a883..bf039de7e3d 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 fa377bbc78c..239645cdd97 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 1273688285f..0ac171d86c8 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 839f3ad4bbe..ae05be5c99c 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 7a3ea028c95..08b8c25213c 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 5a4d0a6eb23..c026de64c9d 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 584960433f8..c35fe673cad 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 22a26a54834..97f163318f6 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 3edc5a2c958..c77ec4f0334 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 b6950a95e68..148c8a41710 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 a5a53309dc5..655a8e83369 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 7d5cf6ff69d..5bda18b64db 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 1430934120b..4fdc4fd8b4b 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 cbdfb991764..5073930d67d 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 6877892c247..d1396df85e1 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 bd754bb5758..88c81a92624 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], force_static = True, macosx_tests_override = [], platforms = (ANDROID), diff --git a/ReactCommon/fabric/mounting/BUCK b/ReactCommon/fabric/mounting/BUCK index 7255554c137..70a50db4a9e 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 e5a8016cdd1..64b695d183f 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 2c7fcb8a21f..612ab3e91cf 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 7fef7d690e6..49a5893a408 100644 --- a/ReactCommon/jsi/BUCK +++ b/ReactCommon/jsi/BUCK @@ -103,7 +103,7 @@ rn_xplat_cxx_library( fbobjc_frameworks = [ "$SDKROOT/System/Library/Frameworks/JavaScriptCore.framework", ], - fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], # TODO (T55502220): Remove when iOS 9.0 deprecation is complete everywhere. fbobjc_target_sdk_version = "9.0", platforms = APPLE, diff --git a/ReactCommon/jsiexecutor/BUCK b/ReactCommon/jsiexecutor/BUCK index 75782a1eb64..6f3957d3a88 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], platforms = (ANDROID, APPLE), preprocessor_flags = [ "-DLOG_TAG=\"ReactNative\"", diff --git a/ReactCommon/jsinspector/BUCK b/ReactCommon/jsinspector/BUCK index db6eb1c400b..18cb5aeaf39 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], visibility = [ "PUBLIC", ], diff --git a/ReactCommon/microprofiler/BUCK b/ReactCommon/microprofiler/BUCK index d8e3eae3a3b..09cb9ae5053 100644 --- a/ReactCommon/microprofiler/BUCK +++ b/ReactCommon/microprofiler/BUCK @@ -16,7 +16,7 @@ cxx_library( "-fexceptions", "-fno-data-sections", ], - fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], force_static = True, visibility = [ "PUBLIC", diff --git a/ReactCommon/turbomodule/core/BUCK b/ReactCommon/turbomodule/core/BUCK index e236943ec56..cde104a2b5a 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 53eb22b62ed..cb8ddb1242e 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.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 6d69c2ff2a6..84d590175a4 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/private.react_native.infra"], + fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], platforms = (ANDROID, APPLE, CXX), preprocessor_flags = [ "-DLOG_TAG=\"ReactNative\"",