Commit 111bf271 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #209 from janicduplessis/master

Update iOS RN header paths
parents a3600f2c 919ca04f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
@import FirebaseInstanceID; @import FirebaseInstanceID;
#import "RCTBridgeModule.h" #import <React/RCTBridgeModule.h>
extern NSString *const FCMNotificationReceived; extern NSString *const FCMNotificationReceived;
......
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
); );
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)"; GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../react-native/React/**", "$(BUILT_PRODUCTS_DIR)/usr/local/include",
"$(SRCROOT)/../../../ios/**", "$(SRCROOT)/../../../ios/**",
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**", "$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
); );
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**", "$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
); );
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../react-native/React/**", "$(BUILT_PRODUCTS_DIR)/usr/local/include",
"$(SRCROOT)/../../../ios/**", "$(SRCROOT)/../../../ios/**",
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**", "$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
); );
......
#import "RNFIRMessaging.h" #import "RNFIRMessaging.h"
#import "RCTBridge.h" #import <React/RCTBridge.h>
#import "RCTConvert.h" #import <React/RCTConvert.h>
#import "RCTEventDispatcher.h" #import <React/RCTEventDispatcher.h>
#import "RCTUtils.h" #import <React/RCTUtils.h>
@import UserNotifications; @import UserNotifications;
@import FirebaseMessaging; @import FirebaseMessaging;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment