Skip to content

Commit

Permalink
Merge pull request #326 from lucasromanomr/patch-1
Browse files Browse the repository at this point in the history
Fix xcprivacy on podscpec creating reasources_bundle
  • Loading branch information
3lvis authored Jun 19, 2024
2 parents fd97438 + f7805ba commit dff9930
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cache.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Pod::Spec.new do |s|
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
s.resources = 'Source/PrivacyInfo.xcprivacy'

s.resource_bundles = { 'Cache_privacy' => 'Source/PrivacyInfo.xcprivacy' }
s.frameworks = 'Foundation'
s.swift_version = '5.0'
end

0 comments on commit dff9930

Please sign in to comment.