Skip to content

Commit

Permalink
Add object store's util directory to the podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdash committed Jun 7, 2016
1 parent 298b918 commit 5211ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Pod::Spec.new do |s|
source_files = 'Realm/*.{m,mm}',
'Realm/ObjectStore/*.cpp',
'Realm/ObjectStore/impl/*.cpp',
'Realm/ObjectStore/impl/apple/*.cpp'
'Realm/ObjectStore/impl/apple/*.cpp',
'Realm/ObjectStore/util/*.cpp'

s.module_map = 'Realm/module.modulemap'
s.compiler_flags = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"#{s.version}\"' -D__ASSERTMACROS__"
Expand Down

0 comments on commit 5211ed4

Please sign in to comment.