Automatedly advance ObjC version numbers
Showing
- gRPC-Core.podspec 3 additions, 5 deletionsgRPC-Core.podspec
- gRPC-ProtoRPC.podspec 2 additions, 3 deletionsgRPC-ProtoRPC.podspec
- gRPC-RxLibrary.podspec 2 additions, 2 deletionsgRPC-RxLibrary.podspec
- gRPC.podspec 2 additions, 2 deletionsgRPC.podspec
- src/objective-c/!ProtoCompiler-gRPCPlugin.podspec 2 additions, 5 deletionssrc/objective-c/!ProtoCompiler-gRPCPlugin.podspec
- src/objective-c/BoringSSL.podspec 188 additions, 194 deletionssrc/objective-c/BoringSSL.podspec
- src/objective-c/GRPCClient/private/GRPCHost.m 1 addition, 4 deletionssrc/objective-c/GRPCClient/private/GRPCHost.m
- src/objective-c/GRPCClient/private/version.h 34 additions, 0 deletionssrc/objective-c/GRPCClient/private/version.h
- templates/gRPC-Core.podspec.template 3 additions, 5 deletionstemplates/gRPC-Core.podspec.template
- templates/gRPC-ProtoRPC.podspec.template 66 additions, 0 deletionstemplates/gRPC-ProtoRPC.podspec.template
- templates/gRPC-RxLibrary.podspec.template 58 additions, 0 deletionstemplates/gRPC-RxLibrary.podspec.template
- templates/gRPC.podspec.template 69 additions, 0 deletionstemplates/gRPC.podspec.template
- templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template 123 additions, 0 deletions...rc/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
- templates/src/objective-c/GRPCClient/private/version.h.template 36 additions, 0 deletions...tes/src/objective-c/GRPCClient/private/version.h.template
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'gRPC-Core' | s.name = 'gRPC-Core' | ||
version = '1.0.2' | version = '1.1.0-dev' | ||
s.version = version | s.version = version | ||
s.summary = 'Core cross-platform gRPC library, written in C' | s.summary = 'Core cross-platform gRPC library, written in C' | ||
s.homepage = 'http://www.grpc.io' | s.homepage = 'http://www.grpc.io' | ||
... | @@ -44,9 +44,7 @@ Pod::Spec.new do |s| | ... | @@ -44,9 +44,7 @@ Pod::Spec.new do |s| |
s.source = { | s.source = { | ||
:git => 'https://github.com/grpc/grpc.git', | :git => 'https://github.com/grpc/grpc.git', | ||
# TODO(mxyan): Change back to "v#{version}" for next release | :tag => "v#{version}", | ||
#:tag => "v#{version}", | |||
:tag => "objective-c-v#{version}", | |||
# TODO(jcanizales): Depend explicitly on the nanopb pod, and disable submodules. | # TODO(jcanizales): Depend explicitly on the nanopb pod, and disable submodules. | ||
:submodules => true, | :submodules => true, | ||
} | } | ||
... | @@ -191,7 +189,7 @@ Pod::Spec.new do |s| | ... | @@ -191,7 +189,7 @@ Pod::Spec.new do |s| |
ss.header_mappings_dir = '.' | ss.header_mappings_dir = '.' | ||
ss.libraries = 'z' | ss.libraries = 'z' | ||
ss.dependency "#{s.name}/Interface", version | ss.dependency "#{s.name}/Interface", version | ||
ss.dependency 'BoringSSL', '~> 7.0' | ss.dependency 'BoringSSL', '~> 8.0' | ||
# To save you from scrolling, this is the last part of the podspec. | # To save you from scrolling, this is the last part of the podspec. | ||
ss.source_files = 'src/core/lib/profiling/timers.h', | ss.source_files = 'src/core/lib/profiling/timers.h', | ||
... | ... |
... | @@ -27,10 +27,9 @@ | ... | @@ -27,10 +27,9 @@ |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'gRPC-ProtoRPC' | s.name = 'gRPC-ProtoRPC' | ||
version = '1.0.2' | version = '1.1.0-dev' | ||
s.version = version | s.version = version | ||
s.summary = 'RPC library for Protocol Buffers, based on gRPC' | s.summary = 'RPC library for Protocol Buffers, based on gRPC' | ||
s.homepage = 'http://www.grpc.io' | s.homepage = 'http://www.grpc.io' | ||
... | @@ -39,7 +38,7 @@ Pod::Spec.new do |s| | ... | @@ -39,7 +38,7 @@ Pod::Spec.new do |s| |
s.source = { | s.source = { | ||
:git => 'https://github.com/grpc/grpc.git', | :git => 'https://github.com/grpc/grpc.git', | ||
:tag => "objective-c-v#{version}", | :tag => "v#{version}", | ||
} | } | ||
s.ios.deployment_target = '7.1' | s.ios.deployment_target = '7.1' | ||
... | ... |
... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'gRPC-RxLibrary' | s.name = 'gRPC-RxLibrary' | ||
version = '1.0.2' | version = '1.1.0-dev' | ||
s.version = version | s.version = version | ||
s.summary = 'Reactive Extensions library for iOS/OSX.' | s.summary = 'Reactive Extensions library for iOS/OSX.' | ||
s.homepage = 'http://www.grpc.io' | s.homepage = 'http://www.grpc.io' | ||
... | @@ -39,7 +39,7 @@ Pod::Spec.new do |s| | ... | @@ -39,7 +39,7 @@ Pod::Spec.new do |s| |
s.source = { | s.source = { | ||
:git => 'https://github.com/grpc/grpc.git', | :git => 'https://github.com/grpc/grpc.git', | ||
:tag => "objective-c-v#{version}", | :tag => "v#{version}", | ||
} | } | ||
s.ios.deployment_target = '7.1' | s.ios.deployment_target = '7.1' | ||
... | ... |
... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'gRPC' | s.name = 'gRPC' | ||
version = '1.0.2' | version = '1.1.0-dev' | ||
s.version = version | s.version = version | ||
s.summary = 'gRPC client library for iOS/OSX' | s.summary = 'gRPC client library for iOS/OSX' | ||
s.homepage = 'http://www.grpc.io' | s.homepage = 'http://www.grpc.io' | ||
... | @@ -39,7 +39,7 @@ Pod::Spec.new do |s| | ... | @@ -39,7 +39,7 @@ Pod::Spec.new do |s| |
s.source = { | s.source = { | ||
:git => 'https://github.com/grpc/grpc.git', | :git => 'https://github.com/grpc/grpc.git', | ||
:tag => "objective-c-v#{version}", | :tag => "v#{version}", | ||
} | } | ||
s.ios.deployment_target = '7.1' | s.ios.deployment_target = '7.1' | ||
... | ... |
src/objective-c/GRPCClient/private/version.h
0 → 100644
templates/gRPC-ProtoRPC.podspec.template
0 → 100644
templates/gRPC-RxLibrary.podspec.template
0 → 100644
templates/gRPC.podspec.template
0 → 100644
Please register or sign in to comment