From d658fbadba139b9505bf0966fb5c46a38524c629 Mon Sep 17 00:00:00 2001 From: Aaron Leopold <36278431+aaronleopold@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:14:09 -0700 Subject: [PATCH] chore: Use separate privacy policy bundle --- ReadiumZIPFoundation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadiumZIPFoundation.podspec b/ReadiumZIPFoundation.podspec index 92e7e44d..632d7016 100644 --- a/ReadiumZIPFoundation.podspec +++ b/ReadiumZIPFoundation.podspec @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.osx.deployment_target = '11.0' s.source_files = 'Sources/ZIPFoundation/*.swift' - s.resource_bundles = {'ZIPFoundation_Privacy' => ['Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy']} + s.resource_bundles = {'ReadiumZIPFoundation_Privacy' => ['Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy']} end