Skip to content

Commit 855fe13

Browse files
authored
Fix PrivacyInfo.xcprivacy not being detected on SPM. (#384)
1 parent d8a9a66 commit 855fe13

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DeviceKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.source = { :git => 'https://github.com/devicekit/DeviceKit.git', :tag => s.version }
2323
s.source_files = 'Source/Device.generated.swift'
2424

25-
s.resources = 'PrivacyInfo.xcprivacy'
25+
s.resources = 'Source/PrivacyInfo.xcprivacy'
2626

2727
s.requires_arc = true
2828
end
File renamed without changes.

0 commit comments

Comments
 (0)