Skip to content

Commit

Permalink
Fix: PrivacyInfo.xcprivacy is not linked when importing by cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
krazzbeluh authored and PaulLeclerc committed May 28, 2024
1 parent cc5d5b3 commit 10bd29a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MatomoTracker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Pod::Spec.new do |spec|

spec.ios.frameworks = 'UIKit'
spec.tvos.frameworks = 'UIKit'

spec.resource_bundles = {
'MatomoTracker_Privacy' => ['MatomoTracker/PrivacyInfo.xcprivacy'],
}

spec.subspec 'Core' do |core|
core.source_files = 'MatomoTracker/*.swift'
Expand Down

0 comments on commit 10bd29a

Please sign in to comment.