Skip to content

Commit

Permalink
Merge pull request #638 from mixpanel/jared-pod-resources-bundle
Browse files Browse the repository at this point in the history
Use s.resources_bundle in podspec instead of s.resources
  • Loading branch information
jaredmixpanel authored Mar 27, 2024
2 parents fe2ed53 + aeb303f commit bf6c6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mixpanel-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = { 'Mixpanel, Inc' => '[email protected]' }
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 = {
Expand Down

0 comments on commit bf6c6f7

Please sign in to comment.