Skip to content

Commit

Permalink
Fix warning from invalid character in Cocoapods resource bundle ident…
Browse files Browse the repository at this point in the history
…ifier (#2317)
  • Loading branch information
calda committed Feb 14, 2024
1 parent cb4698b commit 7ecdbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Lottie enables designers to create and ship beautiful animations without an engi

s.source_files = 'Sources/**/*.swift'
s.resource_bundles = {
'Lottie_Privacy' => ['Sources/PrivacyInfo.xcprivacy'],
'LottiePrivacyInfo' => ['Sources/PrivacyInfo.xcprivacy'],
}
s.ios.exclude_files = 'Sources/Public/MacOS/**/*'
s.tvos.exclude_files = 'Sources/Public/MacOS/**/*'
Expand Down

0 comments on commit 7ecdbbf

Please sign in to comment.