Skip to content

Commit 81dd71a

Browse files
RayJiang16RayJiang
andauthored
fix: Use cocoapod resource_bundles for PrivacyInfo (#397)
Co-authored-by: RayJiang <jianghui@dxy.cn>
1 parent fe41d18 commit 81dd71a

File tree

1 file changed

+1
-1
lines changed

1 file 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 = 'Source/PrivacyInfo.xcprivacy'
25+
s.resource_bundles = { 'DeviceKit' => 'Source/PrivacyInfo.xcprivacy' }
2626

2727
s.requires_arc = true
2828
end

0 commit comments

Comments
 (0)