Commit 592c44f3 authored by Jorge Canizales's avatar Jorge Canizales

Makes _PackagePrivate.h files private

parent 687a5fef
...@@ -7,7 +7,7 @@ Pod::Spec.new do |s| ...@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' } s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
s.source_files = 'objectivec/*.{h,m}', 'objectivec/google/protobuf/*.pbobjc.h', 'objectivec/google/protobuf/Descriptor.pbobjc.m' s.source_files = 'objectivec/*.{h,m}', 'objectivec/google/protobuf/*.pbobjc.h', 'objectivec/google/protobuf/Descriptor.pbobjc.m'
s.public_header_files = 'objectivec/*.h', 'objectivec/google/protobuf/*.pbobjc.h' s.private_header_files = 'objectivec/*_PackagePrivate.h'
# The following is a .m umbrella file, and would cause duplicate symbol # The following is a .m umbrella file, and would cause duplicate symbol
# definitions: # definitions:
s.exclude_files = 'objectivec/GPBProtocolBuffers.m' s.exclude_files = 'objectivec/GPBProtocolBuffers.m'
......
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