diff options
author | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-23 12:40:28 -0800 |
---|---|---|
committer | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-23 12:40:28 -0800 |
commit | bed880bf14f3b9ca42a3c29804f6077517c2fbdd (patch) | |
tree | 6c1d576f12f835662e7d3d342814c9ae1285b110 /src/objective-c/examples/Sample/Pods/Target Support Files/Pods-Sample-RxLibrary/Pods-Sample-RxLibrary-Private.xcconfig | |
parent | e2b6018712b60cb7eb3eec579a248d584c9e7b01 (diff) | |
parent | d5c1b56ddae54d887b2387b53a5d25fc015b03d8 (diff) |
Merge pull request #632 from jcanizales/add-grpcclient-podspec
Adds Podspec for GRPCClient
Diffstat (limited to 'src/objective-c/examples/Sample/Pods/Target Support Files/Pods-Sample-RxLibrary/Pods-Sample-RxLibrary-Private.xcconfig')
-rw-r--r-- | src/objective-c/examples/Sample/Pods/Target Support Files/Pods-Sample-RxLibrary/Pods-Sample-RxLibrary-Private.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/Sample/Pods/Target Support Files/Pods-Sample-RxLibrary/Pods-Sample-RxLibrary-Private.xcconfig b/src/objective-c/examples/Sample/Pods/Target Support Files/Pods-Sample-RxLibrary/Pods-Sample-RxLibrary-Private.xcconfig index 2cc81f729d..023a22eb14 100644 --- a/src/objective-c/examples/Sample/Pods/Target Support Files/Pods-Sample-RxLibrary/Pods-Sample-RxLibrary-Private.xcconfig +++ b/src/objective-c/examples/Sample/Pods/Target Support Files/Pods-Sample-RxLibrary/Pods-Sample-RxLibrary-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-Sample-RxLibrary.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/RxLibrary" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/RxLibrary" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Build" "${PODS_ROOT}/Headers/Build/RxLibrary" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GRPCClient" "${PODS_ROOT}/Headers/Public/RxLibrary" OTHER_LDFLAGS = -ObjC PODS_ROOT = ${SRCROOT}
\ No newline at end of file |