From ca6043292adaaa25c44d7a050b122f8980c6f5fe Mon Sep 17 00:00:00 2001 From: Adam Ernst Date: Wed, 15 Mar 2017 07:23:23 -0700 Subject: [PATCH] @build-break codemod ios_library to fb_apple_library Reviewed By: swolchok fbshipit-source-id: cdbb5195b3c279121c79e237cc2c7275447aa625 --- ReactCommon/cxxreact/BUCK | 2 +- ReactCommon/jschelpers/BUCK | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index c82d6a876..5b58dbd2d 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -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, diff --git a/ReactCommon/jschelpers/BUCK b/ReactCommon/jschelpers/BUCK index 82577f4f4..ef759f4ca 100644 --- a/ReactCommon/jschelpers/BUCK +++ b/ReactCommon/jschelpers/BUCK @@ -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 = [