Skip to content

Commit

Permalink
Merge pull request #1025 from ondev/master
Browse files Browse the repository at this point in the history
Fix 'Multiple commands produce' error when the App need to add PrivacyInfo.xcprivacy.
  • Loading branch information
jaredmixpanel authored Mar 27, 2024
2 parents 4f31fe1 + 4bcf3ce commit b4dfc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mixpanel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.author = { 'Mixpanel, Inc' => 'support@mixpanel.com' }
s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => "v#{s.version}" }
s.resources = 'Sources/Mixpanel/PrivacyInfo.xcprivacy'
s.resource_bundles = {'Mixpanel' => ['Sources/Mixpanel/PrivacyInfo.xcprivacy']}
s.requires_arc = true
s.libraries = 'icucore'
s.swift_version = '4.2'
Expand Down

0 comments on commit b4dfc82

Please sign in to comment.