From b882e01678006353957e1cad1b5610d4a9666074 Mon Sep 17 00:00:00 2001 From: Rhys Geary Date: Fri, 2 Feb 2024 14:56:16 +1000 Subject: [PATCH 1/2] Omit privacy manifest from sourcefiles in podspec --- lottie-ios.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottie-ios.podspec b/lottie-ios.podspec index 1cb83199fa..2d3add399f 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -27,7 +27,7 @@ Lottie enables designers to create and ship beautiful animations without an engi s.osx.deployment_target = '10.12' s.tvos.deployment_target = '11.0' - s.source_files = 'Sources/**/*' + s.source_files = 'Sources/**/*.swift' s.exclude_files = 'Sources/**/*.md' s.resource_bundles = { 'Lottie_Privacy' => ['Sources/PrivacyInfo.xcprivacy'], From 0f22770e0c84e85aeef181a029ae0dfd1e01a093 Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Fri, 2 Feb 2024 09:01:51 -0800 Subject: [PATCH 2/2] Update lottie-ios.podspec --- lottie-ios.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/lottie-ios.podspec b/lottie-ios.podspec index 2d3add399f..ded702b321 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -28,7 +28,6 @@ Lottie enables designers to create and ship beautiful animations without an engi s.tvos.deployment_target = '11.0' s.source_files = 'Sources/**/*.swift' - s.exclude_files = 'Sources/**/*.md' s.resource_bundles = { 'Lottie_Privacy' => ['Sources/PrivacyInfo.xcprivacy'], }