Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iOS player to 3.79.0 #206

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ PODS:
- audio_session (0.0.1):
- Flutter
- bitmovin_player (0.13.0):
- BitmovinPlayer (= 3.78.0)
- BitmovinPlayer (= 3.79.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.9.0):
- BitmovinAnalyticsCollector/Core
- BitmovinPlayerCore (~> 3.48)
- BitmovinAnalyticsCollector/Core (3.9.0)
- BitmovinPlayer (3.78.0):
- BitmovinPlayer (3.79.0):
- BitmovinAnalyticsCollector/BitmovinPlayer (~> 3.0)
- BitmovinPlayerCore (= 3.78.0)
- BitmovinPlayerCore (3.78.0)
- BitmovinPlayerCore (= 3.79.0)
- BitmovinPlayerCore (3.79.0)
- Flutter (1.0.0)
- google-cast-sdk (4.8.1):
- Protobuf (~> 3.13)
- integration_test (0.0.1):
- Flutter
- Protobuf (3.28.3)
- Protobuf (3.29.1)

DEPENDENCIES:
- audio_session (from `.symlinks/plugins/audio_session/ios`)
Expand Down Expand Up @@ -46,14 +46,14 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207
bitmovin_player: 23076b298330525e94ea6166e3dafdce5b8a16fd
bitmovin_player: 14bd9c112f4ba9fae18028d46475e27966e0282d
BitmovinAnalyticsCollector: d08e0b13bcc32973370e0d71f2faa739561bac0a
BitmovinPlayer: 7fc1bf0b32c540537c05664c7b60a559f1e47206
BitmovinPlayerCore: 37cc7a3299af139f19a0e2e88c1f476821242cb0
BitmovinPlayer: 1c19b819952c2c10c875569756593f2e177cf036
BitmovinPlayerCore: 299f35f2d8882140a80577c14bd3026beb0cae7c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
google-cast-sdk: beb7a3ec3def0e3beb618a849b0f1ab2b15b5ebb
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
Protobuf: 5a8a7781d8e1004302f108977ac2d5b99323146f
Protobuf: 0c5a9e64f38aed73b5d1ff88a20112ce195cf909

PODFILE CHECKSUM: 1f5919f056bc6c0d404a505d0120fe1b08241c3b

Expand Down
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.78.0'
s.dependency 'BitmovinPlayer', '3.79.0'
s.platform = :ios, '14.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
Expand Down
Loading