Skip to content

Commit df1f89f

Browse files
Josh Leibslyosdnk
authored andcommitted
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
1 parent d6fb523 commit df1f89f

File tree

39 files changed

+41
-41
lines changed

39 files changed

+41
-41
lines changed

Libraries/FBLazyVector/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fb_apple_library(
77
enable_exceptions = False,
88
extension_api_only = True,
99
frameworks = [],
10-
labels = ["supermodule:ios/default/infra.react_native"],
10+
labels = ["supermodule:ios/default/react_native.infra"],
1111
link_whole = False,
1212
visibility = ["PUBLIC"],
1313
)

Libraries/FBReactNativeSpec/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fb_apple_library(
1515
"Foundation",
1616
"UIKit",
1717
],
18-
labels = ["supermodule:ios/default/infra.react_native"],
18+
labels = ["supermodule:ios/default/react_native.infra"],
1919
reexport_all_header_dependencies = True,
2020
deps = [
2121
"fbsource//xplat/js/react-native-github:RCTTypeSafety",

Libraries/RCTRequired/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ fb_apple_library(
66
contacts = ["[email protected]"],
77
extension_api_only = True,
88
frameworks = ["Foundation"],
9-
labels = ["supermodule:ios/default/infra.react_native"],
9+
labels = ["supermodule:ios/default/react_native.infra"],
1010
)

React/CoreModules/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rn_apple_library(
3232
"UIKit",
3333
],
3434
header_path_prefix = "React",
35-
labels = ["supermodule:ios/default/infra.react_native"],
35+
labels = ["supermodule:ios/default/react_native.infra"],
3636
lang_compiler_flags = get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED(),
3737
link_whole = True,
3838
platform_preprocessor_flags = [(

ReactCommon/better/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rn_xplat_cxx_library(
3636
"-Wall",
3737
],
3838
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
39-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
39+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
4040
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
4141
force_static = True,
4242
macosx_tests_override = [],

ReactCommon/callinvoker/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rn_xplat_cxx_library(
1616
"-std=c++14",
1717
"-Wall",
1818
],
19-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
19+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
2020
platforms = (ANDROID, APPLE),
2121
preferred_linkage = "static",
2222
preprocessor_flags = [

ReactCommon/config/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rn_xplat_cxx_library(
2525
"-Wall",
2626
],
2727
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
28-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
28+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
2929
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
3030
force_static = True,
3131
platforms = (ANDROID, APPLE, CXX),

ReactCommon/cxxreact/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rn_xplat_cxx_library(
1919
),
2020
compiler_flags = CXX_LIBRARY_COMPILER_FLAGS,
2121
fbobjc_compiler_flags = get_apple_compiler_flags(),
22-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
22+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
2323
force_static = True,
2424
visibility = [
2525
"PUBLIC",
@@ -44,7 +44,7 @@ rn_xplat_cxx_library(
4444
"-frtti",
4545
],
4646
fbobjc_compiler_flags = get_apple_compiler_flags(),
47-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
47+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
4848
force_static = True,
4949
preprocessor_flags = [
5050
"-DWITH_FBREMAP=1",
@@ -129,7 +129,7 @@ rn_xplat_cxx_library(
129129
fbandroid_preprocessor_flags = get_android_inspector_flags(),
130130
fbobjc_compiler_flags = get_apple_compiler_flags(),
131131
fbobjc_force_static = True,
132-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
132+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
133133
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
134134
macosx_tests_override = [],
135135
platforms = (ANDROID, APPLE),

ReactCommon/fabric/attributedstring/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rn_xplat_cxx_library(
3838
"-Wall",
3939
],
4040
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
41-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
41+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
4242
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
4343
force_static = True,
4444
macosx_tests_override = [],

ReactCommon/fabric/components/activityindicator/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rn_xplat_cxx_library(
3636
"-Wall",
3737
],
3838
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
39-
fbobjc_labels = ["supermodule:ios/default/infra.react_native"],
39+
fbobjc_labels = ["supermodule:ios/default/react_native.infra"],
4040
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
4141
macosx_tests_override = [],
4242
platforms = (ANDROID, APPLE, CXX),

0 commit comments

Comments
 (0)