Skip to content

Commit b2d10ab

Browse files
authored
Revert "Add Firebase Source to Header Search Path (#2114)"
This reverts commit 0540361.
1 parent 97f8b4b commit b2d10ab

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Example/Firebase.xcodeproj/project.pbxproj

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5023,6 +5023,7 @@
50235023
6003F5BD195388D20070C39A /* Debug */ = {
50245024
isa = XCBuildConfiguration;
50255025
buildSettings = {
5026+
ALWAYS_SEARCH_USER_PATHS = NO;
50265027
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
50275028
CLANG_CXX_LIBRARY = "libc++";
50285029
CLANG_ENABLE_MODULES = YES;
@@ -5056,13 +5057,6 @@
50565057
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
50575058
GCC_WARN_UNUSED_FUNCTION = YES;
50585059
GCC_WARN_UNUSED_VARIABLE = YES;
5059-
HEADER_SEARCH_PATHS = (
5060-
"$(SRC_ROOT)/../Firebase/**",
5061-
"$(SRC_ROOT)/../Firestore/**",
5062-
"$(SRC_ROOT)/../Functions/**",
5063-
"$(SRC_ROOT)/../GoogleUtilities/**",
5064-
"$(SRC_ROOT)/../Interop/**",
5065-
);
50665060
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
50675061
MACOSX_DEPLOYMENT_TARGET = 10.10;
50685062
ONLY_ACTIVE_ARCH = YES;
@@ -5074,6 +5068,7 @@
50745068
6003F5BE195388D20070C39A /* Release */ = {
50755069
isa = XCBuildConfiguration;
50765070
buildSettings = {
5071+
ALWAYS_SEARCH_USER_PATHS = NO;
50775072
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
50785073
CLANG_CXX_LIBRARY = "libc++";
50795074
CLANG_ENABLE_MODULES = YES;
@@ -5100,13 +5095,6 @@
51005095
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
51015096
GCC_WARN_UNUSED_FUNCTION = YES;
51025097
GCC_WARN_UNUSED_VARIABLE = YES;
5103-
HEADER_SEARCH_PATHS = (
5104-
"$(SRC_ROOT)/../Firebase/**",
5105-
"$(SRC_ROOT)/../Firestore/**",
5106-
"$(SRC_ROOT)/../Functions/**",
5107-
"$(SRC_ROOT)/../GoogleUtilities/**",
5108-
"$(SRC_ROOT)/../Interop/**",
5109-
);
51105098
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
51115099
MACOSX_DEPLOYMENT_TARGET = 10.10;
51125100
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)