Skip to content

Commit dff9930

Browse files
authored
Merge pull request #326 from lucasromanomr/patch-1
Fix xcprivacy on podscpec creating reasources_bundle
2 parents fd97438 + f7805ba commit dff9930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cache.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Pod::Spec.new do |s|
1717
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
1818
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
1919
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
20-
s.resources = 'Source/PrivacyInfo.xcprivacy'
21-
20+
s.resource_bundles = { 'Cache_privacy' => 'Source/PrivacyInfo.xcprivacy' }
2221
s.frameworks = 'Foundation'
2322
s.swift_version = '5.0'
2423
end

0 commit comments

Comments
 (0)