Skip to content

Commit

Permalink
Merge pull request #148 from ilabsvictor/bugfix/privacy-bundle
Browse files Browse the repository at this point in the history
Fix compile issue
  • Loading branch information
brendamvillareal authored May 6, 2024
2 parents 8318dbc + ab29a71 commit 5695508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AffirmSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Pod::Spec.new do |s|
s.source_files = 'AffirmSDK/*.{h,m}'
s.public_header_files = 'AffirmSDK/*.h'
s.frameworks = 'UIKit', 'Foundation', 'Security', 'WebKit'
s.resources = ['AffirmSDK/*.xib', 'AffirmSDK/*.bundle', 'AffirmSDK/*.xcprivacy']
s.resources = ['AffirmSDK/*.xib', 'AffirmSDK/*.bundle' ]
s.resource_bundles = { 'AffirmPrivacy' => 'AffirmSDK/*.xcprivacy' }
end

0 comments on commit 5695508

Please sign in to comment.