mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 10:39:50 +08:00
Use library imports for csslayout
Reviewed By: javache Differential Revision: D3561526 fbshipit-source-id: b1b420f52230c323d64406deb813ee104dd6f7b5
This commit is contained in:
committed by
Facebook Github Bot 1
parent
f38d9a1147
commit
4e056e94ff
@@ -9,7 +9,7 @@
|
||||
|
||||
#import "RCTTextManager.h"
|
||||
|
||||
#import "CSSLayout.h"
|
||||
#import <CSSLayout/CSSLayout.h>
|
||||
#import "RCTAccessibilityManager.h"
|
||||
#import "RCTAssert.h"
|
||||
#import "RCTConvert.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "CSSLayout.h"
|
||||
#import <CSSLayout/CSSLayout.h>
|
||||
#import "RCTAnimationType.h"
|
||||
#import "RCTBorderStyle.h"
|
||||
#import "RCTTextDecorationLineType.h"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
|
||||
#import "CSSLayout.h"
|
||||
#import <CSSLayout/CSSLayout.h>
|
||||
#import "RCTAccessibilityManager.h"
|
||||
#import "RCTAnimationType.h"
|
||||
#import "RCTAssert.h"
|
||||
|
||||
@@ -904,6 +904,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||
"$(SRCROOT)",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -922,6 +923,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||
"$(SRCROOT)",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "CSSLayout.h"
|
||||
#import <CSSLayout/CSSLayout.h>
|
||||
#import "RCTComponent.h"
|
||||
#import "RCTRootView.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user