From b280a19b0a61d6119ac48b441bcfd9cedd416113 Mon Sep 17 00:00:00 2001 From: Adam Ernst Date: Tue, 10 Mar 2020 10:55:08 -0700 Subject: [PATCH] Run 'arc lint-deps' Reviewed By: d16r Differential Revision: D20362505 fbshipit-source-id: f3b7e62f7665d20a32788042772b731d6ed53f36 --- YogaKit/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/YogaKit/BUCK b/YogaKit/BUCK index 0bff3caa..acefcdb3 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -37,6 +37,7 @@ yoga_apple_library( ), compiler_flags = COMPILER_FLAGS, frameworks = [ + "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/UIKit.framework", ],