Skip to content

Commit 47a2fa1

Browse files
authored
Merge pull request #858 from ShacoJiao/master
export PrivacyInfo.xcprivacy
2 parents e6e1c0e + 5d02fd8 commit 47a2fa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FMDB.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FMDB'
3-
s.version = '2.7.8'
3+
s.version = '2.7.9'
44
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
55
s.homepage = 'https://github.com/ccgus/fmdb'
66
s.license = 'MIT'
@@ -53,4 +53,5 @@ Pod::Spec.new do |s|
5353
ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1 -DSQLCIPHER_CRYPTO', 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
5454
end
5555

56+
s.resource_bundles = {'FMDB' => ['privacy/PrivacyInfo.xcprivacy']}
5657
end

0 commit comments

Comments
 (0)