Skip to content

Commit

Permalink
Merge pull request #1126 from leekkk2/master
Browse files Browse the repository at this point in the history
fix PrivacyInfo.xcprivacy should be placed in SVProcessHUD.bundle #1125
  • Loading branch information
juliensaad committed Apr 4, 2024
2 parents 8afbdc3 + 8de7125 commit a8160a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SVProgressHUD.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ Pod::Spec.new do |s|

s.subspec 'Core' do |core|
core.source_files = 'SVProgressHUD/*.{h,m}'
core.resources = ['SVProgressHUD/SVProgressHUD.bundle', 'SVProgressHUD/PrivacyInfo.xcprivacy']
core.resources = ['SVProgressHUD/SVProgressHUD.bundle']
core.resource_bundles = {'SVProgressHUD' => ['SVProgressHUD/PrivacyInfo.xcprivacy']}
end

s.subspec 'AppExtension' do |ext|
ext.source_files = 'SVProgressHUD/*.{h,m}'
ext.resources = ['SVProgressHUD/SVProgressHUD.bundle', 'SVProgressHUD/PrivacyInfo.xcprivacy']
ext.resources = ['SVProgressHUD/SVProgressHUD.bundle']
ext.resource_bundles = {'AppExtension' => ['SVProgressHUD/PrivacyInfo.xcprivacy']}
ext.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'SV_APP_EXTENSIONS=1' }
end
end

0 comments on commit a8160a1

Please sign in to comment.