Skip to content

Commit

Permalink
chore(ios): update podspec
Browse files Browse the repository at this point in the history
add resource bundles to include PrivacyInfo as resource
  • Loading branch information
ujeon committed Apr 16, 2024
1 parent 0fe507d commit 40c171d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rn-fetch-blob.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/**/*.{h,m}'
s.platform = :ios, "8.0"
s.dependency 'React-Core'
s.resource_bundles = {
'RNFetchBlobPrivacyInfo' => ['ios/PrivacyInfo.xcprivacy'],
}
end

0 comments on commit 40c171d

Please sign in to comment.