Skip to content

Commit

Permalink
feat: add privacy manifest for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRogue76 committed Jan 21, 2024
1 parent 4a9e56f commit 4519248
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/core/ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>
5 changes: 4 additions & 1 deletion packages/core/lottie-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/lottie-react-native/lottie-react-native.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.resource_bundles = {
'Lottie_React_Native_Privacy' => ['ios/PrivacyInfo.xcprivacy'],
}

s.dependency 'lottie-ios', '~> 4.3.3'
s.dependency 'lottie-ios', '~> 4.3.4'

s.swift_version = '5.6'

Expand Down

0 comments on commit 4519248

Please sign in to comment.