Skip to content

Commit

Permalink
Merge pull request #154 from square/tschweiger/update-privacy-manifest
Browse files Browse the repository at this point in the history
Update missing NSPrivacyCollectedDataTypes in PrivacyInfo.xcprivacy
  • Loading branch information
tobischw authored Aug 28, 2024
2 parents 1966366 + e421d1a commit 71dde55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aardvark.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aardvark'
s.version = '5.0.0'
s.version = '5.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Aardvark is a library that makes it dead simple to create actionable bug reports.'
s.homepage = 'https://github.com/square/Aardvark'
Expand Down
2 changes: 1 addition & 1 deletion AardvarkMailUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/AardvarkMailUI/**/*.{h,m,swift}'
s.private_header_files = 'Sources/AardvarkMailUI/**/*_Testing.h', 'Sources/AardvarkMailUI/PrivateCategories/*.h'

s.dependency 'Aardvark', '~> 5.0.0'
s.dependency 'Aardvark', '~> 5.1.0'
end
2 changes: 2 additions & 0 deletions Sources/Aardvark/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
</dict>
</plist>

0 comments on commit 71dde55

Please sign in to comment.