Skip to content

Commit

Permalink
Fix PrivacyInfo.xcprivacy not being detected on SPM. (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandor300 committed Jan 17, 2024
1 parent d8a9a66 commit 855fe13
Show file tree
Hide file tree
Showing 2 changed files 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 = 'PrivacyInfo.xcprivacy'
s.resources = 'Source/PrivacyInfo.xcprivacy'

s.requires_arc = true
end
File renamed without changes.

0 comments on commit 855fe13

Please sign in to comment.