Skip to content

Commit

Permalink
make RN infra labels public
Browse files Browse the repository at this point in the history
Summary:
Internal build target labeling.

Changelog: [Internal]

Reviewed By: zlern2k

Differential Revision: D20152676

fbshipit-source-id: 89615a0b3a6f3994b18f2c07b86d0ae93e052327
  • Loading branch information
fkgozali authored and facebook-github-bot committed Feb 28, 2020
1 parent 64720ab commit 30822e3
Show file tree
Hide file tree
Showing 40 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Libraries/FBLazyVector/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
2 changes: 1 addition & 1 deletion Libraries/FBReactNativeSpec/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Libraries/RCTRequired/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
2 changes: 1 addition & 1 deletion React/CoreModules/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [(
Expand Down
2 changes: 1 addition & 1 deletion ReactAndroid/src/main/java/com/facebook/fbreact/specs/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/better/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/callinvoker/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/config/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
6 changes: 3 additions & 3 deletions ReactCommon/cxxreact/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/attributedstring/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/activityindicator/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/image/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/modal/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/root/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/safeareaview/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/scrollview/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/slider/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/switch/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/text/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/textinput/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/textinput/iostextinput/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/unimplementedview/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/view/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/core/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/debug/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/element/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/graphics/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/imagemanager/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/mapbuffer/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/mounting/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/textlayoutmanager/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/uimanager/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/jsi/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/jsiexecutor/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/jsinspector/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/microprofiler/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/turbomodule/core/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/utils/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [],
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen/DEFS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit 30822e3

Please sign in to comment.