Skip to content

Commit

Permalink
Update how ios dependencies are setup for integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Feb 9, 2024
1 parent 391bae9 commit 62da0c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions react-native-theoplayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62da0c7

Please sign in to comment.