From 6afcaf0f2d99943f47f96b9227ee272d90a7453e Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Mon, 1 Jun 2015 22:43:29 -0700 Subject: Remove struct.proto too (redefines GPBValue) --- Protobuf.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Protobuf.podspec') diff --git a/Protobuf.podspec b/Protobuf.podspec index 230929b8..eed2bdc3 100644 --- a/Protobuf.podspec +++ b/Protobuf.podspec @@ -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 -- cgit v1.2.3