We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a316d8 + 2bdb13c commit 1435b6bCopy full SHA for 1435b6b
BranchSDK.podspec
@@ -18,7 +18,7 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
18
s.ios.deployment_target = '12.0'
19
s.tvos.deployment_target = '12.0'
20
21
- s.resource = "Sources/Resources/PrivacyInfo.xcprivacy"
+ s.resource_bundles = { 'BranchSDK' => 'Sources/Resources/*.xcprivacy' }
22
s.ios.source_files = "Sources/BranchSDK/**/*.{h,m}"
23
24
s.tvos.source_files = "Sources/BranchSDK/**/*.{h,m}"
0 commit comments