Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Moore <mmoore@zetetic.net>2018-05-17 23:46:01 +0300
committerMicah Moore <mmoore@zetetic.net>2018-05-17 23:46:01 +0300
commitd78bdcef5161a6a77a66668dcc95f1624506bb23 (patch)
tree2fce5017f8ae8a62b92b00fcc2a97d0f33eb31bc /FMDB.podspec
parent4bd04f7beead5ff10617d61c0d8445819dd82151 (diff)
Only sets HEADER_SEARCH_PATHS to SQLCipher in the podspec for subspec SQLCipher.
Diffstat (limited to 'FMDB.podspec')
-rw-r--r--FMDB.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/FMDB.podspec b/FMDB.podspec
index 6380e21..0deba3c 100644
--- a/FMDB.podspec
+++ b/FMDB.podspec
@@ -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