aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-01 10:09:16 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-01 10:09:16 -0700
commitbb160258407289e9ab0dbb60c7d369c801bb3311 (patch)
treeccb7ac7dc37bff9a5638d25df4ef920cf2eeb542 /src/objective-c/tests/Podfile
parent3bdaa5e72684a271445f945f3d6aa6ea33681dd1 (diff)
Merge fixup: version, deployment target & spec name
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 64b0009eb1..30a34260d4 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -63,7 +63,7 @@ post_install do |installer|
target.build_configurations.each do |config|
config.build_settings['GCC_TREAT_WARNINGS_AS_ERRORS'] = 'YES'
end
- if target.name == 'gRPC'
+ if target.name == 'gRPC-Core'
target.build_configurations.each do |config|
# TODO(zyc) Remove this setting after the issue is resolved
# GPR_UNREACHABLE_CODE causes "Control may reach end of non-void