Skip to content

Commit 1435b6b

Browse files
authored
Merge pull request #1376 from BranchMetrics/SDK-2314
Fix cocoapods handling of privacy manifests to avoid collision
2 parents 7a316d8 + 2bdb13c commit 1435b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BranchSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
1818
s.ios.deployment_target = '12.0'
1919
s.tvos.deployment_target = '12.0'
2020

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

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

0 commit comments

Comments
 (0)