瀏覽代碼

Merge pull request #672 from R4N/sqlcipher-header

Adds SQLCipher to the HEADER_SEARCH_PATHS of FMDB within the SQLCiphe…
August "Gus" Mueller 7 年之前
父節點
當前提交
18152d3ea8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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