Skip to content

Commit 1d3db03

Browse files
authored
[manual] gRPC native source shallow sync (v1.52.0) (grpc#178)
* add deployment_target of osx, tvos and watchos * grpc v1.52.0 * del unused podspec files * version bump
1 parent 14b8b4e commit 1d3db03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+50
-369
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.0-pre2
1+
1.52.0

gRPC-ProtoRPC.podspec

Lines changed: 0 additions & 88 deletions
This file was deleted.

gRPC-RxLibrary.podspec

Lines changed: 0 additions & 69 deletions
This file was deleted.

gRPC.podspec

Lines changed: 0 additions & 162 deletions
This file was deleted.

native/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ g_stands_for = "gribkoff" # @unused
160160

161161
core_version = "30.0.0" # @unused
162162

163-
version = "1.52.0-pre2" # @unused
163+
version = "1.52.0" # @unused
164164

165165
GPR_PUBLIC_HDRS = [
166166
"include/grpc/support/alloc.h",

native/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/Makefile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/REVISION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
76481879f9e2688dcdf00707c4947d28f38298f0
1+
a3f10052090539cd3e19aa8e04f3bf8eceae2964

native/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ task 'gem:native', [:plat] do |t, args|
144144
verbose = ENV['V'] || '0'
145145

146146
grpc_config = ENV['GRPC_CONFIG'] || 'opt'
147-
ruby_cc_versions = ['3.2.0', '3.1.0', '3.0.0', '2.7.0', '2.6.10'].join(':')
147+
ruby_cc_versions = ['3.2.0', '3.1.0', '3.0.0', '2.7.0', '2.6.0'].join(':')
148148
selected_plat = "#{args[:plat]}"
149149

150150
# use env variable to set artifact build paralellism

native/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!!
1616

17-
__version__ = """1.52.0rc2"""
17+
__version__ = """1.52.0"""

0 commit comments

Comments
 (0)