mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 09:19:10 +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:
|
||||
def react_library(**kwargs):
|
||||
ios_library(
|
||||
fb_apple_library(
|
||||
name = 'bridge',
|
||||
header_path_prefix = "cxxreact",
|
||||
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
||||
|
@ -54,7 +54,7 @@ if THIS_IS_FBANDROID:
|
||||
|
||||
if THIS_IS_FBOBJC:
|
||||
|
||||
ios_library(
|
||||
fb_apple_library(
|
||||
name = "jscinternalhelpers",
|
||||
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
||||
compiler_flags = [
|
||||
@ -75,7 +75,7 @@ if THIS_IS_FBOBJC:
|
||||
],
|
||||
)
|
||||
|
||||
ios_library(
|
||||
fb_apple_library(
|
||||
name = "jschelpers",
|
||||
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
|
||||
compiler_flags = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user