From ab29a71cc3040c8c15491552574d37fcccd2bf0c Mon Sep 17 00:00:00 2001 From: Victor Zhu Date: Wed, 1 May 2024 21:04:53 +0800 Subject: [PATCH] Fix compile issue --- AffirmSDK.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AffirmSDK.podspec b/AffirmSDK.podspec index f60b5fb..ee7d590 100644 --- a/AffirmSDK.podspec +++ b/AffirmSDK.podspec @@ -10,5 +10,6 @@ Pod::Spec.new do |s| s.source_files = 'AffirmSDK/*.{h,m}' s.public_header_files = 'AffirmSDK/*.h' s.frameworks = 'UIKit', 'Foundation', 'Security', 'WebKit' - s.resources = ['AffirmSDK/*.xib', 'AffirmSDK/*.bundle', 'AffirmSDK/*.xcprivacy'] + s.resources = ['AffirmSDK/*.xib', 'AffirmSDK/*.bundle' ] + s.resource_bundles = { 'AffirmPrivacy' => 'AffirmSDK/*.xcprivacy' } end