aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/SwiftSample/Podfile
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-01-22 11:58:09 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-01-22 11:58:09 -0800
commitd88f903bd1068ffc1deff59a23fd4c7714580f26 (patch)
tree251ff8986a26ac3431c20246f0c7907e3844a1c5 /src/objective-c/examples/SwiftSample/Podfile
parenta1ad7d8cb7ef2368c38e86ef785d3495c43370fa (diff)
parenta9fc084ec1be4ab8f2071227d9affb77f713e0db (diff)
Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidy
Diffstat (limited to 'src/objective-c/examples/SwiftSample/Podfile')
-rw-r--r--src/objective-c/examples/SwiftSample/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/SwiftSample/Podfile b/src/objective-c/examples/SwiftSample/Podfile
index b08a346ae2..a2c2b82cc9 100644
--- a/src/objective-c/examples/SwiftSample/Podfile
+++ b/src/objective-c/examples/SwiftSample/Podfile
@@ -40,7 +40,7 @@ pre_install do |installer|
'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(GRPC_SRC_ROOT)/include"',
'USER_HEADER_SEARCH_PATHS' => '"$(GRPC_SRC_ROOT)"',
# If we don't set these two settings, `include/grpc/support/time.h` and
- # `src/core/lib/support/string.h` shadow the system `<time.h>` and `<string.h>`, breaking the
+ # `src/core/lib/gpr/string.h` shadow the system `<time.h>` and `<string.h>`, breaking the
# build.
'USE_HEADERMAP' => 'NO',
'ALWAYS_SEARCH_USER_PATHS' => 'NO',