diff options
author | Paul Beusterien <paulbeusterien@google.com> | 2018-07-11 08:28:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 08:28:35 -0700 |
commit | c6b4b03fffc3cea7c9525e5c79dce28f52900521 (patch) | |
tree | 0e8a237940dcd4b4100c00b9fac428e657619ab8 /Example | |
parent | 25f8691970a9f765a87ab3125776598c92e02744 (diff) |
Move GoogleUtilities out of Firebase directory (#1516)
Diffstat (limited to 'Example')
-rw-r--r-- | Example/Firebase.xcodeproj/project.pbxproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Example/Firebase.xcodeproj/project.pbxproj b/Example/Firebase.xcodeproj/project.pbxproj index a1b78b2..f658174 100644 --- a/Example/Firebase.xcodeproj/project.pbxproj +++ b/Example/Firebase.xcodeproj/project.pbxproj @@ -4940,7 +4940,7 @@ DEVELOPMENT_TEAM = ""; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(SRCROOT)/../Firebase/Utilities/Reachability", + "$(SRCROOT)/../GoogleUtilities/Reachability", ); INFOPLIST_FILE = "Core/Tests/Tests-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -4964,7 +4964,7 @@ DEVELOPMENT_TEAM = ""; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(SRCROOT)/../Firebase/Utilities/Reachability", + "$(SRCROOT)/../GoogleUtilities/Reachability", ); INFOPLIST_FILE = "Core/Tests/Tests-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -6370,7 +6370,7 @@ GCC_C_LANGUAGE_STANDARD = gnu11; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(SRCROOT)/../Firebase/Utilities/Reachability", + "$(SRCROOT)/../GoogleUtilities/Reachability", ); INFOPLIST_FILE = "Core/Tests/Tests-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -6407,7 +6407,7 @@ GCC_C_LANGUAGE_STANDARD = gnu11; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(SRCROOT)/../Firebase/Utilities/Reachability", + "$(SRCROOT)/../GoogleUtilities/Reachability", ); INFOPLIST_FILE = "Core/Tests/Tests-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -6702,7 +6702,7 @@ HEADER_SEARCH_PATHS = ( "$(inherited)", "${PODS_ROOT}/Headers/Private", - "$(SRCROOT)/../Firebase/Utilities/Reachability", + "$(SRCROOT)/../GoogleUtilities/Reachability", ); INFOPLIST_FILE = "Core/Tests/Tests-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.2; @@ -6726,7 +6726,7 @@ HEADER_SEARCH_PATHS = ( "$(inherited)", "${PODS_ROOT}/Headers/Private", - "$(SRCROOT)/../Firebase/Utilities/Reachability", + "$(SRCROOT)/../GoogleUtilities/Reachability", ); INFOPLIST_FILE = "Core/Tests/Tests-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.2; |