mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 22:25:12 +00:00
Merge pull request #195 from janicduplessis/master
Update iOS RN header paths
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#import "RNSVGBaseBrush.h"
|
||||
#import "RCTConvert+RNSVG.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGBaseBrush
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#import "RNSVGBrush.h"
|
||||
|
||||
#import "RCTDefines.h"
|
||||
#import <React/RCTDefines.h>
|
||||
|
||||
@implementation RNSVGBrush
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#import "RNSVGPattern.h"
|
||||
|
||||
#import "RCTConvert+RNSVG.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGPattern
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#import "RNSVGSolidColorBrush.h"
|
||||
|
||||
#import "RCTConvert+RNSVG.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGSolidColorBrush
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#import "RNSVGSvgView.h"
|
||||
|
||||
#import "RNSVGNode.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGSvgView
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#import "RNSVGCircle.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGCircle
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#import "RNSVGEllipse.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGEllipse
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#import "RNSVGLine.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGLine
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#import "RNSVGRect.h"
|
||||
#import "RCTLog.h"
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
@implementation RNSVGRect
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import "RCTViewManager.h"
|
||||
#import <React/RCTViewManager.h>
|
||||
|
||||
@interface RNSVGDefsManager : RCTViewManager
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#import "RNSVGNode.h"
|
||||
#import "RCTViewManager.h"
|
||||
#import <React/RCTViewManager.h>
|
||||
|
||||
@interface RNSVGNodeManager : RCTViewManager
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import "RCTViewManager.h"
|
||||
#import <React/RCTViewManager.h>
|
||||
|
||||
@interface RNSVGSvgViewManager : RCTViewManager
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user