mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-05-17 10:20:34 +00:00
fix: Use cocoapod resource_bundles for PrivacyInfo (#397)
Co-authored-by: RayJiang <jianghui@dxy.cn>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user