From e7852ec76db0c2fc2321632d24420497ec23e4de Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 27 Jun 2024 10:46:48 +0100 Subject: [PATCH] Update Flagsmith_privacy location and name --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index 4e56cac..0aed026 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/Flagsmith/flagsmith-ios-client.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/getflagsmith' s.resource_bundles = { - 'FlagSmith_Privacy' => ['Classes/PrivacyInfo.xcprivacy'], + 'Flagsmith_Privacy' => ['FlagsmithClient/Classes/PrivacyInfo.xcprivacy'], } s.ios.deployment_target = '12.0'