From aeb303f3f233d89fa6d68feec750f2657d3bfe78 Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Wed, 27 Mar 2024 11:34:38 -0700 Subject: [PATCH] use resources_bundle in podspec --- Mixpanel-swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index a65fce5a..ebd2a1c6 100644 --- a/Mixpanel-swift.podspec +++ b/Mixpanel-swift.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.author = { 'Mixpanel, Inc' => 'support@mixpanel.com' } s.source = { :git => 'https://github.com/mixpanel/mixpanel-swift.git', :tag => "v#{s.version}" } - s.resources = 'Sources/Mixpanel/PrivacyInfo.xcprivacy' + s.resource_bundles = {'Mixpanel' => ['Sources/Mixpanel/PrivacyInfo.xcprivacy']} s.ios.deployment_target = '11.0' s.ios.frameworks = 'UIKit', 'Foundation', 'CoreTelephony' s.ios.pod_target_xcconfig = {