Skip to content

Commit

Permalink
fix: Use cocoapod resource_bundles for PrivacyInfo (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: RayJiang <[email protected]>
  • Loading branch information
RayJiang16 and RayJiang authored Apr 15, 2024
1 parent fe41d18 commit 81dd71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/devicekit/DeviceKit.git', :tag => s.version }
s.source_files = 'Source/Device.generated.swift'

s.resources = 'Source/PrivacyInfo.xcprivacy'
s.resource_bundles = { 'DeviceKit' => 'Source/PrivacyInfo.xcprivacy' }

s.requires_arc = true
end

0 comments on commit 81dd71a

Please sign in to comment.