We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe41d18 commit 81dd71aCopy full SHA for 81dd71a
DeviceKit.podspec
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
s.source = { :git => 'https://github.com/devicekit/DeviceKit.git', :tag => s.version }
23
s.source_files = 'Source/Device.generated.swift'
24
25
- s.resources = 'Source/PrivacyInfo.xcprivacy'
+ s.resource_bundles = { 'DeviceKit' => 'Source/PrivacyInfo.xcprivacy' }
26
27
s.requires_arc = true
28
end
0 commit comments