diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-05-11 19:59:03 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-05-17 16:21:01 -0700 |
commit | fd88e465c03aca4e3a91527b4986a738202070a3 (patch) | |
tree | c619ee7947ad1fd24450077f0ee1b09874d15468 /src/objective-c/examples/Sample/Podfile | |
parent | 669df902c997cc66abfa7aad21c5abbcc6344ea4 (diff) |
Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile
Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory.
Generates separate files until GeneratorContext::OpenForInsert/Append works.
A temporary podspec for the proto3 runtime is being used, pending the official.
Diffstat (limited to 'src/objective-c/examples/Sample/Podfile')
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile index 8b1a90e39b..d30d9c5210 100644 --- a/src/objective-c/examples/Sample/Podfile +++ b/src/objective-c/examples/Sample/Podfile @@ -2,6 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'gRPC', :path => "../../../.." +pod 'Protobuf', :git => 'https://github.com/jcanizales/protobuf.git', :branch => 'add-podspec' pod 'Route_guide', :path => "RouteGuideClient" pod 'RemoteTest', :path => "RemoteTestClient" |