Commit 6afcaf0f authored by Jorge Canizales's avatar Jorge Canizales

Remove struct.proto too (redefines GPBValue)

parent 153d61a1
......@@ -13,12 +13,12 @@ Pod::Spec.new do |s|
'objectivec/google/protobuf/Empty.pbobjc.{h,m}', \
'objectivec/google/protobuf/FieldMask.pbobjc.{h,m}', \
'objectivec/google/protobuf/SourceContext.pbobjc.{h,m}', \
'objectivec/google/protobuf/Struct.pbobjc.{h,m}', \
'objectivec/google/protobuf/Timestamp.pbobjc.h', \
'objectivec/google/protobuf/Wrappers.pbobjc.{h,m}'
# The following would cause duplicate symbol definitions
s.exclude_files = 'objectivec/GPBProtocolBuffers.m', \
'objectivec/google/protobuf/Api.pbobjc.{h,m}', \
'objectivec/google/protobuf/Struct.pbobjc.{h,m}', \
'objectivec/google/protobuf/Type.pbobjc.{h,m}'
# The .m's of the proto Well-Known-Types under google/protobuf are #imported
# by GPBWellKnownTypes.m. So we can't compile them (duplicate symbols), but we
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment