Skip to content

Commit e001d57

Browse files
zhangskzcopybara-github
authored andcommitted
Update github major version tags to be formatted v<MAJOR>.<MINOR>.<MICRO>-<language> for clarity
Updates Protobuf.podspec for objective-c cocoapods to point at the new tag, removes obsolete cpp tag (Protobuf-C++.podspec was removed in 30.x), and removes the rust tag (seems unused, https://crates.io/crates/protobuf/4.31.1-release actually references protoc version) Follow-up PR will be needed to backport Protobuf.podspec changes (and Protobuf-C++.podspec changes for <30.x) to branches that are still in support (e.g. 25.x, 29.x, 31.x) Fixes #22205 PiperOrigin-RevId: 774847783
1 parent b23cb5c commit e001d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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,swift}'
2222
# The following would cause duplicate symbol definitions. GPBProtocolBuffers is expected to be

0 commit comments

Comments
 (0)