Skip to content

Commit

Permalink
use floating versions for abseil
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Apr 18, 2024
1 parent 6102367 commit dcf33c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gRPC-C++.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gRPC-Core.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/gRPC-C++.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
ss.dependency "#{s.name}/Privacy", version
ss.dependency "#{s.name}/Interface", version
ss.dependency 'gRPC-Core', version
abseil_version = '1.20240116.2'
abseil_version = '~> 1.20240116.2'
% for abseil_spec in grpcpp_abseil_specs:
ss.dependency '${abseil_spec}', abseil_version
% endfor
Expand Down
2 changes: 1 addition & 1 deletion templates/gRPC-Core.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
s.requires_arc = false

name = 'grpc'
abseil_version = '1.20240116.2'
abseil_version = '~> 1.20240116.2'

# When creating a dynamic framework, name it grpc.framework instead of gRPC-Core.framework.
# This lets users write their includes like `#include <grpc/grpc.h>` as opposed to `#include
Expand Down

0 comments on commit dcf33c8

Please sign in to comment.