Browse Source

Only sets HEADER_SEARCH_PATHS to SQLCipher in the podspec for subspec SQLCipher.

Micah Moore 7 years ago
parent
commit
d78bdcef51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FMDB.podspec

+ 1 - 1
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