Skip to content

Commit

Permalink
[Podspec] Add RLMRealmUtil.h to private_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrackwitz authored and segiddins committed May 5, 2015
1 parent 1aa26ac commit f25165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Pod::Spec.new do |s|
s.subspec 'Headers' do |s|
s.source_files = 'include/**/*.{h,hpp}'
s.public_header_files = public_header_files
s.private_header_files = 'include/Realm/*{ListBase,ObjectStore,Private,Dynamic}.h'
s.private_header_files = 'include/Realm/*{RealmUtil,ListBase,ObjectStore,Private,Dynamic}.h'
end
end

0 comments on commit f25165d

Please sign in to comment.