Merge pull request #195 from janicduplessis/master

Update iOS RN header paths
This commit is contained in:
Horcrux
2017-01-05 10:33:11 +08:00
committed by GitHub
19 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#import "RNSVGBaseBrush.h"
#import "RCTConvert+RNSVG.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGBaseBrush
+1 -1
View File
@@ -8,7 +8,7 @@
#import "RNSVGBrush.h"
#import "RCTDefines.h"
#import <React/RCTDefines.h>
@implementation RNSVGBrush
+1 -1
View File
@@ -9,7 +9,7 @@
#import "RNSVGPattern.h"
#import "RCTConvert+RNSVG.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGPattern
{
+1 -1
View File
@@ -9,7 +9,7 @@
#import "RNSVGSolidColorBrush.h"
#import "RCTConvert+RNSVG.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGSolidColorBrush
{
+2 -2
View File
@@ -7,9 +7,9 @@
*/
#import "RNSVGImage.h"
#import "RCTImageSource.h"
#import "RCTConvert+RNSVG.h"
#import "RCTLog.h"
#import <React/RCTImageSource.h>
#import <React/RCTLog.h>
#import "RNSVGViewBox.h"
@implementation RNSVGImage
+1 -1
View File
@@ -9,7 +9,7 @@
#import "RNSVGSvgView.h"
#import "RNSVGNode.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGSvgView
{
+1 -1
View File
@@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/
#import "RNSVGUse.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGUse
+2 -2
View File
@@ -514,7 +514,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../react-native/React/**",
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNSVG;
@@ -528,7 +528,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../react-native/React/**",
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNSVG;
+1 -1
View File
@@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/
#import "UIView+React.h"
#import <React/UIView+React.h>
#import "RNSVGCGFCRule.h"
#import "RNSVGSvgView.h"
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#import "RNSVGCircle.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGCircle
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#import "RNSVGEllipse.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGEllipse
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#import "RNSVGLine.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGLine
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#import "RNSVGRect.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
@implementation RNSVGRect
+1 -1
View File
@@ -10,7 +10,7 @@
#import "RCTConvert+RNSVG.h"
#import "RNSVGCGFloatArray.h"
#import "RNSVGTextFrame.h"
#import "RCTConvert.h"
#import <React/RCTConvert.h>
#import "RNSVGCGFCRule.h"
@class RNSVGBrush;
+2 -2
View File
@@ -11,10 +11,10 @@
#import "RNSVGBaseBrush.h"
#import "RNSVGPattern.h"
#import "RNSVGSolidColorBrush.h"
#import "RCTLog.h"
#import <React/RCTLog.h>
#import "RNSVGCGFCRule.h"
#import "RNSVGVBMOS.h"
#import "RCTFont.h"
#import <React/RCTFont.h>
@implementation RCTConvert (RNSVG)
+1 -1
View File
@@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>
@interface RNSVGDefsManager : RCTViewManager
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#import "RNSVGNode.h"
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>
@interface RNSVGNodeManager : RCTViewManager
+1 -1
View File
@@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/
#import "RCTViewManager.h"
#import <React/RCTViewManager.h>
@interface RNSVGSvgViewManager : RCTViewManager
+2 -2
View File
@@ -6,8 +6,8 @@
* LICENSE file in the root directory of this source tree.
*/
#import "RCTBridge.h"
#import "RCTUIManager.h"
#import <React/RCTBridge.h>
#import <React/RCTUIManager.h>
#import "RNSVGSvgViewManager.h"
#import "RNSVGSvgView.h"