Commit 0a45049a authored by Libin Lu's avatar Libin Lu Committed by GitHub

Revert "Update iOS RN header paths" (#212)

parent 8dcd89a3
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
@import FirebaseCore; @import FirebaseCore;
#import <React/RCTBridgeModule.h> #import "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 = (
"$(BUILT_PRODUCTS_DIR)/usr/local/include", "$(SRCROOT)/../../react-native/React/**",
"$(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 = (
"$(BUILT_PRODUCTS_DIR)/usr/local/include", "$(SRCROOT)/../../react-native/React/**",
"$(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 <React/RCTBridge.h> #import "RCTBridge.h"
#import <React/RCTConvert.h> #import "RCTConvert.h"
#import <React/RCTEventDispatcher.h> #import "RCTEventDispatcher.h"
#import <React/RCTUtils.h> #import "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