Skip to content

Commit

Permalink
Merge pull request #145 from bitmovin/update-google-cast-version
Browse files Browse the repository at this point in the history
Update Google Cast iOS sender SDK
  • Loading branch information
123mpozzi authored Jun 24, 2024
2 parents efb8b77 + 4615827 commit 5ae42d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Changed
- Update example app dependency: Google Cast iOS sender SDK to `4.8.1`

## [0.8.0] - 2024-05-13
### Changed
- Update Bitmovin's native Android Player SDK version to `3.68.0`
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ target 'Runner' do
use_modular_headers!

# Only needed if the casting feature is used
pod 'google-cast-sdk', '4.8.0'
pod 'google-cast-sdk', '4.8.1'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
Expand Down
15 changes: 6 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ PODS:
- BitmovinPlayerCore (= 3.62.0)
- BitmovinPlayerCore (3.62.0)
- Flutter (1.0.0)
- google-cast-sdk (4.8.0):
- google-cast-sdk/Core (= 4.8.0)
- Protobuf (~> 3.13)
- google-cast-sdk/Core (4.8.0):
- google-cast-sdk (4.8.1):
- Protobuf (~> 3.13)
- integration_test (0.0.1):
- Flutter
- Protobuf (3.26.1)
- Protobuf (3.27.1)

DEPENDENCIES:
- audio_session (from `.symlinks/plugins/audio_session/ios`)
- bitmovin_player (from `.symlinks/plugins/bitmovin_player/ios`)
- Flutter (from `Flutter`)
- google-cast-sdk (= 4.8.0)
- google-cast-sdk (= 4.8.1)
- integration_test (from `.symlinks/plugins/integration_test/ios`)

SPEC REPOS:
Expand Down Expand Up @@ -55,10 +52,10 @@ SPEC CHECKSUMS:
BitmovinPlayer: 3b392570a8021ea40bdbd6bb1cd4f92f53baa34c
BitmovinPlayerCore: 24499606c16170cf5e19e45175a0220ba9a8da5b
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
google-cast-sdk: afeb1aac0744b1bc4f70bc3db8468e33fabbff38
google-cast-sdk: beb7a3ec3def0e3beb618a849b0f1ab2b15b5ebb
integration_test: 13825b8a9334a850581300559b8839134b124670
Protobuf: a53f5173a603075b3522a5c50be63a67a5f3353a
Protobuf: f1b82a3ffb1c8f13d20e141a838c411840e1c223

PODFILE CHECKSUM: e48a3a0a5b85430696a33218ef01a28b12ca570f
PODFILE CHECKSUM: 17ceda3bac5addfb282dd88f95d49784fbbd22fe

COCOAPODS: 1.15.2

0 comments on commit 5ae42d9

Please sign in to comment.