瀏覽代碼

Merge pull request #858 from ShacoJiao/master

export PrivacyInfo.xcprivacy
August "Gus" Mueller 1 年之前
父節點
當前提交
47a2fa12a2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      FMDB.podspec

+ 2 - 1
FMDB.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'FMDB'
-  s.version = '2.7.8'
+  s.version = '2.7.9'
   s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
   s.homepage = 'https://github.com/ccgus/fmdb'
   s.license = 'MIT'
@@ -53,4 +53,5 @@ Pod::Spec.new do |s|
     ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1 -DSQLCIPHER_CRYPTO', 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
   end
   
+  s.resource_bundles = {'FMDB' => ['privacy/PrivacyInfo.xcprivacy']}
 end