Skip to content

Commit

Permalink
Merge pull request #858 from ShacoJiao/master
Browse files Browse the repository at this point in the history
export PrivacyInfo.xcprivacy
  • Loading branch information
ccgus committed Jan 30, 2024
2 parents e6e1c0e + 5d02fd8 commit 47a2fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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'
Expand Down Expand Up @@ -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

0 comments on commit 47a2fa1

Please sign in to comment.