[ReactNative] s/ReactKit/React/g

This commit is contained in:
Tadeu Zagallo
2015-03-26 02:58:06 -07:00
parent 330c1abbff
commit 20291a02df
137 changed files with 347 additions and 285 deletions

View File

@@ -11,7 +11,7 @@
#import "RCTShadowText.h"
#import "RCTUtils.h"
#import "UIView+ReactKit.h"
#import "UIView+React.h"
@implementation RCTText
{

View File

@@ -223,7 +223,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../ReactKit/**",
"$(SRCROOT)/../../React/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -237,7 +237,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../ReactKit/**",
"$(SRCROOT)/../../React/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";

View File

@@ -16,7 +16,7 @@
#import "RCTShadowText.h"
#import "RCTSparseArray.h"
#import "RCTText.h"
#import "UIView+ReactKit.h"
#import "UIView+React.h"
@implementation RCTTextManager