Skip to content

Commit

Permalink
Merge pull request #1376 from BranchMetrics/SDK-2314
Browse files Browse the repository at this point in the history
Fix cocoapods handling of privacy manifests to avoid collision
  • Loading branch information
echo-branch authored Apr 2, 2024
2 parents 7a316d8 + 2bdb13c commit 1435b6b
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 1435b6b

Please sign in to comment.