Fix PrivacyInfo.xcprivacy not being detected on SPM. (#384)

This commit is contained in:
Zandor Smith
2024-01-17 15:46:00 +01:00
committed by GitHub
parent d8a9a661d9
commit 855fe1303e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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