Skip to content

Commit f7805ba

Browse files
Fix xcprivacy on podscpec
Fix xcprivacy on podspec
1 parent fd97438 commit f7805ba

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)