Skip to content

Commit

Permalink
chore(ios): update ios player version to 3.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Bot committed Dec 20, 2024
1 parent caa7c0a commit 40d1d39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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.14.0):
- BitmovinPlayer (= 3.80.0)
- BitmovinPlayer (= 3.81.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.9.0):
- BitmovinAnalyticsCollector/Core
- BitmovinPlayerCore (~> 3.48)
- BitmovinAnalyticsCollector/Core (3.9.0)
- BitmovinPlayer (3.80.0):
- BitmovinPlayer (3.81.0):
- BitmovinAnalyticsCollector/BitmovinPlayer (~> 3.0)
- BitmovinPlayerCore (= 3.80.0)
- BitmovinPlayerCore (3.80.0)
- BitmovinPlayerCore (= 3.81.0)
- BitmovinPlayerCore (3.81.0)
- Flutter (1.0.0)
- google-cast-sdk (4.8.1):
- Protobuf (~> 3.13)
- integration_test (0.0.1):
- Flutter
- Protobuf (3.29.1)
- Protobuf (3.29.2)

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: 5a0f6cff2728c48fb4689eb7369d873b607c6134
bitmovin_player: ff9bb9daa5275d51518cd7cca2895e7f567f531d
BitmovinAnalyticsCollector: d08e0b13bcc32973370e0d71f2faa739561bac0a
BitmovinPlayer: aade6c03db56aca6f309509bdf7e0017196b64e0
BitmovinPlayerCore: 47f080a1cd7f2d009daf8a9d92c871078f0a9b2e
BitmovinPlayer: 4dd87b63c192ceaa4b29db93a7c7430eece618dc
BitmovinPlayerCore: 63641d00a689efbca6fe97bb8f68aea91f303758
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
google-cast-sdk: beb7a3ec3def0e3beb618a849b0f1ab2b15b5ebb
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
Protobuf: 0c5a9e64f38aed73b5d1ff88a20112ce195cf909
Protobuf: ba5d83b2201386fec27d484c099cac510ea5c169

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

0 comments on commit 40d1d39

Please sign in to comment.