Skip to content

Commit 513176d

Browse files
Update VLCKit IOS repo for iOS14 / Xcode 12 (#117)
* Bugfix for #52 Bugfix * spec bump * changelog * bugfix, podspec update * Changelog update * Updates version * Create Video Seek Example * Fix seek time on iOS. Add Seekbar to demo app. * PR comments * update cocoapods * Small formatting Co-authored-by: Solid Software <[email protected]>
1 parent 96d7105 commit 513176d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.2
2+
* Update Cocoapods version for VLCkit on iOS. This fixes issues with iOS 12 and Simulators. Credits to Mitch Ross (https://github.com/mitchross).
3+
14
## 4.0.1
25
* Improved documentation.
36

@@ -54,4 +57,4 @@ support thanks to John Harker (https://github.com/NBTX) and Mitch Ross (https://
5457

5558
## 0.0.1
5659

57-
* initial flutter vlc plugin (not working with android x)
60+
* initial flutter vlc plugin (not working with android x)

example/ios/Flutter/.last_build_id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
efdb1c8a510c0b1db496a28b2c1fa4c3
1+
eec41fc1181bdcbebc982ce8424fe586

ios/flutter_vlc_player.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_vlc_player'
7-
s.version = '3.0.2'
7+
s.version = '3.0.3'
88
s.summary = 'A new flutter plugin project.'
99
s.description = <<-DESC
1010
A VLC-powered alternative to Flutter video_player. Supports multiple players on one screen.
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '9.0'
19-
s.dependency 'MobileVLCKit', '~> 3.3.12'
19+
s.dependency 'MobileVLCKit', '~> 3.3.14'
2020
s.static_framework = true
2121

2222
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_vlc_player
22
description: A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen.
3-
version: 4.0.1
3+
version: 4.0.2
44
homepage: https://github.com/solid-software/flutter_vlc_player
55

66
environment:

0 commit comments

Comments
 (0)