Skip to content

Commit

Permalink
Duplicate declaration of method 'mergeFrom:' #60
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed Oct 20, 2015
1 parent 6c77bb2 commit d72a612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ProtocolBuffers.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ProtocolBuffers"
s.version = "1.9.9"
s.version = "1.9.9.1"
s.summary = "Protocol Buffers for Objective-C"
s.description = <<-DESC
An implementation of Protocol Buffers 2.6 in Objective C.
Expand Down Expand Up @@ -52,6 +52,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.watchos.deployment_target = '2.0'
s.requires_arc = true

end
1 change: 1 addition & 0 deletions src/compiler/objc_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ namespace google { namespace protobuf { namespace compiler { namespace objective
("superclass", "pb_superclass")
("class", "pb_class")
("description", "pb_description")
("from", "pb_from")
("debugDescription", "pb_debugDescription");

NSObjectMap::const_iterator it = keywords.find(name);
Expand Down

0 comments on commit d72a612

Please sign in to comment.