Skip to content

Commit

Permalink
Use resource bundle for privacy manifest. Fixes #1408
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Feb 14, 2024
1 parent af49737 commit 56733a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scripts/generate-podspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |ss|
ss.source_files = 'Sources/CocoaLumberjack/**/*.{h,m}'
ss.private_header_files = 'Sources/CocoaLumberjack/DD*Internal.{h}'
ss.resources = 'Sources/CocoaLumberjack/PrivacyInfo.xcprivacy'
ss.resource_bundles = {
'CocoaLumberjackPrivacy' => ['Sources/CocoaLumberjack/PrivacyInfo.xcprivacy']
}
end
s.subspec 'Swift' do |ss|
Expand Down

0 comments on commit 56733a6

Please sign in to comment.