From 6f64d8e0ebe16085fd8756082f5da59f9a677504 Mon Sep 17 00:00:00 2001 From: Ben Baron Date: Wed, 17 Apr 2024 09:48:56 -0500 Subject: [PATCH] feat: Remove broken 8yo Localytics tvOS SDK --- mParticle-Localytics.podspec | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/mParticle-Localytics.podspec b/mParticle-Localytics.podspec index 63bc021..e494ae8 100755 --- a/mParticle-Localytics.podspec +++ b/mParticle-Localytics.podspec @@ -11,30 +11,9 @@ Pod::Spec.new do |s| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.author = { "mParticle" => "support@mparticle.com" } s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-localytics.git", :tag => "v" + s.version.to_s } - s.social_media_url = "https://twitter.com/mparticle" s.ios.deployment_target = "9.0" s.ios.source_files = 'mParticle-Localytics/*.{h,m,mm}' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0' - s.frameworks = 'SystemConfiguration', 'CoreLocation', 'AdSupport' - s.library = 'z', 'sqlite3' - s.ios.dependency 'Localytics', '~> 6.0' - - s.ios.pod_target_xcconfig = { - 'LIBRARY_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/Localytics/**', - 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/Localytics/**' - } - s.ios.user_target_xcconfig = { 'OTHER_LDFLAGS' => '$(inherited) -framework "CoreLocation"' } - - s.tvos.deployment_target = "9.0" - s.tvos.source_files = 'mParticle-Localytics/*.{h,m,mm}' - s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0' - s.tvos.dependency 'Localytics-tvOS', '1.0.2' - - s.tvos.pod_target_xcconfig = { - 'LIBRARY_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/Localytics/**', - 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/Localytics/**' - } - s.tvos.user_target_xcconfig = { 'OTHER_LDFLAGS' => '$(inherited) -framework "CoreLocation"' } - + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.19' + s.ios.dependency 'Localytics', '~> 6.3' end