@build-break codemod ios_library to fb_apple_library

Reviewed By: swolchok

fbshipit-source-id: cdbb5195b3c279121c79e237cc2c7275447aa625
This commit is contained in:
Adam Ernst 2017-03-15 07:23:23 -07:00 committed by Facebook Github Bot
parent 373eb61f1f
commit ca6043292a
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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 = [