Jelajahi Sumber

Merge pull request #672 from R4N/sqlcipher-header

Adds SQLCipher to the HEADER_SEARCH_PATHS of FMDB within the SQLCiphe…
August "Gus" Mueller 7 tahun lalu
induk
melakukan
18152d3ea8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      FMDB.podspec

+ 1 - 1
FMDB.podspec

@@ -43,7 +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 = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1', 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
   end
   
 end