From 62da0c7e54284e0081e9958ac3ac3272e105f4d8 Mon Sep 17 00:00:00 2001 From: William Van Haevre Date: Fri, 9 Feb 2024 15:10:16 +0100 Subject: [PATCH] Update how ios dependencies are setup for integrations --- react-native-theoplayer.podspec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/react-native-theoplayer.podspec b/react-native-theoplayer.podspec index 297b709c2..4998ee0d4 100644 --- a/react-native-theoplayer.podspec +++ b/react-native-theoplayer.podspec @@ -39,11 +39,13 @@ Pod::Spec.new do |s| s.dependency "THEOplayerSDK-core", "~> 6.9" if theofeatures.include?("GOOGLE_IMA") puts "Adding THEOplayer-Integration-GoogleIMA" - s.dependency "THEOplayer-Integration-GoogleIMA", "~> 6.9" + s.dependency "THEOplayer-Integration-GoogleIMA/Base", "~> 6.9" + s.dependency "THEOplayer-Integration-GoogleIMA/Dependencies", "~> 6.9" end if theofeatures.include?("CHROMECAST") puts "Adding THEOplayer-Integration-GoogleCast" - s.ios.dependency "THEOplayer-Integration-GoogleCast", "~> 6.9" + s.ios.dependency "THEOplayer-Integration-GoogleCast/Base", "~> 6.9" + s.ios.dependency "THEOplayer-Integration-GoogleCast/Dependencies", "~> 6.9" end if theofeatures.include?("SIDELOADED_TEXTTRACKS") puts "Adding THEOplayer-Connector-SideloadedSubtitle"