Skip to content

Commit

Permalink
Fix cocoapods handling of privacy manifests to avoid collision
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Apr 2, 2024
1 parent 7a316d8 commit 2bdb13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BranchSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'

s.resource = "Sources/Resources/PrivacyInfo.xcprivacy"
s.resource_bundles = { 'BranchSDK' => 'Sources/Resources/*.xcprivacy' }
s.ios.source_files = "Sources/BranchSDK/**/*.{h,m}"

s.tvos.source_files = "Sources/BranchSDK/**/*.{h,m}"
Expand Down

0 comments on commit 2bdb13c

Please sign in to comment.