Skip to content

Commit

Permalink
Update Bitmovin's native iOS Player SDK version to 3.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk23 committed Nov 26, 2024
1 parent 5ee9a71 commit def9d32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Introduce platform support for web.
- Supported API calls: `loadSource(source)`, `play`, `pause`, `mute`, `unmute`, `seek(time)`, `timeShift(timeShift)`, `getCurrentTime`, `getTimeShift`, `getDuration`, `getMaxTimeShift`, `isLive`, `isPlaying`, `isAirplayActive`, `isAirplayAvailable`, `castVideo`, `castStop`, `isCastAvailable`, `isCasting`, `showAirPlayTargetPicker`, `destroy`
- Supported events: `play`,`playing`,`paused`,`timeChanged`,`seek`,`seeked`,`timeShift`,`timeShifted`,`playbackFinished`,`error`,`muted`,`unmuted`,`warning`,`ready`,`sourceLoaded`,`sourceUnloaded`
- Update Bitmovin's native Android Player SDK version to `3.94.0`
- Update Bitmovin's native iOS Player SDK version to `3.78.0`

## [0.12.0] - 2024-11-06
### Changed
Expand Down
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PODS:
- audio_session (0.0.1):
- Flutter
- bitmovin_player (0.12.0):
- BitmovinPlayer (= 3.77.0)
- BitmovinPlayer (= 3.78.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.9.0):
- BitmovinAnalyticsCollector/Core
- BitmovinPlayerCore (~> 3.48)
- BitmovinAnalyticsCollector/Core (3.9.0)
- BitmovinPlayer (3.77.0):
- BitmovinPlayer (3.78.0):
- BitmovinAnalyticsCollector/BitmovinPlayer (~> 3.0)
- BitmovinPlayerCore (= 3.77.0)
- BitmovinPlayerCore (3.77.0)
- BitmovinPlayerCore (= 3.78.0)
- BitmovinPlayerCore (3.78.0)
- Flutter (1.0.0)
- google-cast-sdk (4.8.1):
- Protobuf (~> 3.13)
Expand Down Expand Up @@ -46,15 +46,15 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207
bitmovin_player: 9602a8fedc712a4291514ec634abba785737e045
bitmovin_player: 28e05fd457af06b0abb3fc6e338cbcd96695d214
BitmovinAnalyticsCollector: d08e0b13bcc32973370e0d71f2faa739561bac0a
BitmovinPlayer: 65866e13f7a8246ccbc7378607d6ca789f0f459e
BitmovinPlayerCore: 158b4a5b81b12b819f0f51b7b89711ca47e11583
BitmovinPlayer: 7fc1bf0b32c540537c05664c7b60a559f1e47206
BitmovinPlayerCore: 37cc7a3299af139f19a0e2e88c1f476821242cb0
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
google-cast-sdk: beb7a3ec3def0e3beb618a849b0f1ab2b15b5ebb
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
Protobuf: 5a8a7781d8e1004302f108977ac2d5b99323146f

PODFILE CHECKSUM: 1f5919f056bc6c0d404a505d0120fe1b08241c3b

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion ios/bitmovin_player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'BitmovinPlayer', '3.77.0'
s.dependency 'BitmovinPlayer', '3.78.0'
s.platform = :ios, '14.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
Expand Down

0 comments on commit def9d32

Please sign in to comment.