aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/RemoteTestClient
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-19 17:33:29 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-19 17:35:11 -0700
commit70ded7eeccf1994f5a87bc983989b96eef503af1 (patch)
treeae689ac00ef068ef0af1bb5f684c5c255da702a6 /src/objective-c/examples/RemoteTestClient
parent9e6372380dc1571d16f4115b21b8d370f08a4864 (diff)
Update sample and test versions to -pre1.1
To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs when using dynamic frameworks.
Diffstat (limited to 'src/objective-c/examples/RemoteTestClient')
-rw-r--r--src/objective-c/examples/RemoteTestClient/RemoteTest.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
index 7222a80b88..e1ed9b69d3 100644
--- a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
+++ b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.9'
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
- s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1"
+ s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1.1"
repo_root = '../../../..'
bin_dir = "#{repo_root}/bins/$CONFIG"