Explorar el Código

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

Micah Moore hace 7 años
padre
commit
b0d1bcbd2b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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