From cfbef06776923c4785fcde709f6e52470990aa8b Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Wed, 10 Jan 2018 10:33:10 +0000 Subject: [PATCH] [ios] Tidy up header search paths --- ios/RNFirebase.xcodeproj/project.pbxproj | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ios/RNFirebase.xcodeproj/project.pbxproj b/ios/RNFirebase.xcodeproj/project.pbxproj index da929dcf..c30d9012 100644 --- a/ios/RNFirebase.xcodeproj/project.pbxproj +++ b/ios/RNFirebase.xcodeproj/project.pbxproj @@ -475,9 +475,7 @@ "$(inherited)", "$(SRCROOT)/../../react-native/React/**", "${SRCROOT}/../../../ios/Firebase/**", - "${SRCROOT}/../../../ios/Pods/Headers/Public/Crashlytics", - "${SRCROOT}/../../../ios/Pods/Headers/Public/Fabric", - "${SRCROOT}/../../../ios/Pods/Firebase/**", + "${SRCROOT}/../../../ios/Pods/Headers/Public/**", ); IPHONEOS_DEPLOYMENT_TARGET = 8.0; LIBRARY_SEARCH_PATHS = "$(inherited)"; @@ -520,9 +518,7 @@ "$(inherited)", "$(SRCROOT)/../../react-native/React/**", "${SRCROOT}/../../../ios/Firebase/**", - "${SRCROOT}/../../../ios/Pods/Headers/Public/Crashlytics", - "${SRCROOT}/../../../ios/Pods/Headers/Public/Fabric", - "${SRCROOT}/../../../ios/Pods/Firebase/**", + "${SRCROOT}/../../../ios/Pods/Headers/Public/**", ); IPHONEOS_DEPLOYMENT_TARGET = 8.0; LIBRARY_SEARCH_PATHS = "$(inherited)";