@@ -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 ),
0 commit comments