Skip to content

Commit

Permalink
update podspec: enable modules?
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael committed Aug 28, 2017
1 parent 45f8ccf commit ceda5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themis.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Pod::Spec.new do |s|

s.ios.xcconfig = { 'OTHER_CFLAGS' => '-DLIBRESSL', 'USE_HEADERMAP' => 'NO',
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/themis/src" "${PODS_ROOT}/themis/src/wrappers/themis/Obj-C"',
'CLANG_ENABLE_MODULES' => 'NO' }
'CLANG_ENABLE_MODULES' => 'YES' }

s.osx.xcconfig = { 'OTHER_CFLAGS' => '-DLIBRESSL', 'USE_HEADERMAP' => 'NO',
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/themis/src" "${PODS_ROOT}/themis/src/wrappers/themis/Obj-C"',
'CLANG_ENABLE_MODULES' => 'NO' }
'CLANG_ENABLE_MODULES' => 'YES' }


#s.ios.xcconfig = { 'OTHER_CFLAGS' => '-DLIBRESSL', 'USE_HEADERMAP' => 'NO',
Expand Down

0 comments on commit ceda5a8

Please sign in to comment.