Skip to content

Commit f595725

Browse files
committed
chore(ios): update podspec
add resource bundles to include PrivacyInfo as resource
1 parent 0fe507d commit f595725

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rn-fetch-blob.podspec

+3
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = 'ios/**/*.{h,m}'
1414
s.platform = :ios, "8.0"
1515
s.dependency 'React-Core'
16+
s.resource_bundles = {
17+
'RNFetchBlobPrivacyInfo' => ['ios/PrivacyInfo.xcprivacy'],
18+
}
1619
end

0 commit comments

Comments
 (0)