Skip to content

Commit

Permalink
Only sets HEADER_SEARCH_PATHS to SQLCipher in the podspec for subspec…
Browse files Browse the repository at this point in the history
… SQLCipher.
  • Loading branch information
R4N committed May 17, 2018
1 parent 4bd04f7 commit d78bdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FMDB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pod::Spec.new do |s|
ss.source_files = 'src/fmdb/FM*.{h,m}'
ss.exclude_files = 'src/fmdb.m'
ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1' }
s.xcconfig = { 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
ss.xcconfig = { 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
end

end

0 comments on commit d78bdce

Please sign in to comment.