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.
1 parent 7a316d8 commit 2bdb13cCopy full SHA for 2bdb13c
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