Browse Source

Consolidates header search paths into the same line as other SQLCipher subspec xcconfig.

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

+ 1 - 2
FMDB.podspec

@@ -43,8 +43,7 @@ Pod::Spec.new do |s|
     ss.dependency 'SQLCipher'
     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' }
-    ss.xcconfig = { 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
+    ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1', 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
   end
   
 end