-
- Downloads
Update podspecs to use Protobuf 3.0.0
The SwiftSample doesn’t build in this commit, but I need to sync with head anyway so I’ll first merge v1.0.x into this branch and then debug.
Showing
- examples/objective-c/auth_sample/AuthTestService.podspec 1 addition, 1 deletionexamples/objective-c/auth_sample/AuthTestService.podspec
- examples/objective-c/helloworld/HelloWorld.podspec 1 addition, 1 deletionexamples/objective-c/helloworld/HelloWorld.podspec
- examples/objective-c/route_guide/RouteGuide.podspec 1 addition, 1 deletionexamples/objective-c/route_guide/RouteGuide.podspec
- gRPC-ProtoRPC.podspec 1 addition, 1 deletiongRPC-ProtoRPC.podspec
- src/objective-c/!ProtoCompiler-gRPCPlugin.podspec 2 additions, 2 deletionssrc/objective-c/!ProtoCompiler-gRPCPlugin.podspec
- src/objective-c/!ProtoCompiler.podspec 2 additions, 2 deletionssrc/objective-c/!ProtoCompiler.podspec
- src/objective-c/README.md 1 addition, 1 deletionsrc/objective-c/README.md
- src/objective-c/examples/RemoteTestClient/RemoteTest.podspec 1 addition, 1 deletionsrc/objective-c/examples/RemoteTestClient/RemoteTest.podspec
- src/objective-c/tests/RemoteTestClient/RemoteTest.podspec 1 addition, 1 deletionsrc/objective-c/tests/RemoteTestClient/RemoteTest.podspec
... | @@ -61,7 +61,7 @@ Pod::Spec.new do |s| | ... | @@ -61,7 +61,7 @@ Pod::Spec.new do |s| |
s.dependency 'gRPC', version | s.dependency 'gRPC', version | ||
s.dependency 'gRPC-RxLibrary', version | s.dependency 'gRPC-RxLibrary', version | ||
s.dependency 'Protobuf', '~> 3.0.0-beta-3.1' | s.dependency 'Protobuf', '~> 3.0' | ||
# This is needed by all pods that depend on Protobuf: | # This is needed by all pods that depend on Protobuf: | ||
s.pod_target_xcconfig = { | s.pod_target_xcconfig = { | ||
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1', | 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1', | ||
... | ... |
Please sign in to comment