diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-07-01 10:09:16 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-07-01 10:09:16 -0700 |
commit | bb160258407289e9ab0dbb60c7d369c801bb3311 (patch) | |
tree | ccb7ac7dc37bff9a5638d25df4ef920cf2eeb542 /src/objective-c | |
parent | 3bdaa5e72684a271445f945f3d6aa6ea33681dd1 (diff) |
Merge fixup: version, deployment target & spec name
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/CronetFramework.podspec | 2 | ||||
-rw-r--r-- | src/objective-c/tests/Podfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/CronetFramework.podspec b/src/objective-c/CronetFramework.podspec index 20af7647f7..3ebcacf055 100644 --- a/src/objective-c/CronetFramework.podspec +++ b/src/objective-c/CronetFramework.podspec @@ -36,7 +36,7 @@ Pod::Spec.new do |s| s.license = { :type => 'BSD' } s.vendored_framework = "Cronet.framework" s.author = "The Chromium Authors" - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "7.1" s.source = { :http => 'https://storage.googleapis.com/grpc-precompiled-binaries/cronet/Cronet.framework.zip' } s.preserve_paths = "Cronet.framework" s.public_header_files = "Cronet.framework/Headers/**/*{.h}" 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 |