mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
@build-break codemod ios_library to fb_apple_library
Reviewed By: swolchok fbshipit-source-id: cdbb5195b3c279121c79e237cc2c7275447aa625
This commit is contained in:
parent
373eb61f1f
commit
ca6043292a
@ -63,7 +63,7 @@ if THIS_IS_FBANDROID:
|
|||||||
|
|
||||||
if THIS_IS_FBOBJC:
|
if THIS_IS_FBOBJC:
|
||||||
def react_library(**kwargs):
|
def react_library(**kwargs):
|
||||||
ios_library(
|
fb_apple_library(
|
||||||
name = 'bridge',
|
name = 'bridge',
|
||||||
header_path_prefix = "cxxreact",
|
header_path_prefix = "cxxreact",
|
||||||
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
||||||
|
@ -54,7 +54,7 @@ if THIS_IS_FBANDROID:
|
|||||||
|
|
||||||
if THIS_IS_FBOBJC:
|
if THIS_IS_FBOBJC:
|
||||||
|
|
||||||
ios_library(
|
fb_apple_library(
|
||||||
name = "jscinternalhelpers",
|
name = "jscinternalhelpers",
|
||||||
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
||||||
compiler_flags = [
|
compiler_flags = [
|
||||||
@ -75,7 +75,7 @@ if THIS_IS_FBOBJC:
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
ios_library(
|
fb_apple_library(
|
||||||
name = "jschelpers",
|
name = "jschelpers",
|
||||||
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
||||||
compiler_flags = [
|
compiler_flags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user