diff --git a/BranchSDK.podspec b/BranchSDK.podspec index b7d65623c..2eed7fba7 100644 --- a/BranchSDK.podspec +++ b/BranchSDK.podspec @@ -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}"