Skip to content

Commit

Permalink
Glob the _Private.h headers in the podspec rather than listing them i…
Browse files Browse the repository at this point in the history
…ndividually
  • Loading branch information
tgoyne committed Feb 10, 2016
1 parent a8d5a0a commit 532ea01
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,11 @@ Pod::Spec.new do |s|
'include/Realm/RLMObjectBase_Dynamic.h'

# Realm.Private module
private_header_files = 'include/Realm/RLMAccessor.h',
'include/Realm/RLMArray_Private.h',
private_header_files = 'include/Realm/*_Private.h',
'include/Realm/RLMAccessor.h',
'include/Realm/RLMListBase.h',
'include/Realm/RLMMigration_Private.h',
'include/Realm/RLMObjectSchema_Private.h',
'include/Realm/RLMObjectStore.h',
'include/Realm/RLMObject_Private.h',
'include/Realm/RLMOptionalBase.h',
'include/Realm/RLMProperty_Private.h',
'include/Realm/RLMRealmConfiguration_Private.h',
'include/Realm/RLMRealm_Private.h',
'include/Realm/RLMResults_Private.h',
'include/Realm/RLMSchema_Private.h'
'include/Realm/RLMOptionalBase.h'

source_files = 'Realm/*.{m,mm}',
'Realm/ObjectStore/*.cpp',
Expand Down

0 comments on commit 532ea01

Please sign in to comment.