Skip to content

Commit

Permalink
Fix 'Multiple commands produce' error when the App need to add Privac…
Browse files Browse the repository at this point in the history
…yInfo.xcprivacy.
  • Loading branch information
ondev committed Mar 27, 2024
1 parent 4f31fe1 commit 4bcf3ce
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' => '[email protected]' }
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 4bcf3ce

Please sign in to comment.