Skip to content

Commit 974b235

Browse files
authored
Update github major version tags to be formatted v<MAJOR>.<MINOR>.<MI… (#22359)
Updates Protobuf.podspec for objective-c cocoapods Protobuf-C++.podspec for cpp cocoapods to point at the new tags. Follow-up PR to backport Protobuf.podspec changes to 25.x Fixes #22205 PiperOrigin-RevId: 774847783
1 parent 9910104 commit 974b235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Protobuf-C++.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.cocoapods_version = '>= 1.12.0'
1212

1313
s.source = { :git => 'https://github.com/google/protobuf.git',
14-
:tag => "v#{s.version}" }
14+
:tag => "v#{s.version}-cpp" }
1515

1616
s.source_files = 'src/google/protobuf/*.{h,cc,inc}',
1717
'src/google/protobuf/stubs/*.{h,cc}',

Protobuf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.cocoapods_version = '>= 1.12.0'
1717

1818
s.source = { :git => 'https://github.com/protocolbuffers/protobuf.git',
19-
:tag => "v#{s.version}" }
19+
:tag => "v#{s.version}-objectivec" }
2020

2121
s.source_files = 'objectivec/*.{h,m}',
2222
'objectivec/google/protobuf/Any.pbobjc.h',

0 commit comments

Comments
 (0)