Skip to content

Commit 388dc57

Browse files
authored
1.2.0 (#155)
Additional changes: - Updated video url of examples as the previous url was dead.
1 parent b728d04 commit 388dc57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MobilePlayer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MobilePlayer"
3-
s.version = "1.1.5"
3+
s.version = "1.2.0"
44
s.summary = "A powerful and completely customizable media player for iOS."
55
s.homepage = "https://github.com/mobileplayer/mobileplayer-ios"
66
s.license = 'CC'

MobilePlayer/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.5</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

MobilePlayerExamples/ExampleViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import UIKit
1010

1111
class ExampleViewController: UIViewController {
1212
let codeImageView = UIImageView(frame: CGRect.zero)
13-
let videoURL = URL(string: "https://movielalavideos.blob.core.windows.net/videos/563cb51788b8c6db4b000376.mp4")!
13+
let videoURL = URL(string: "https://player.vimeo.com/external/186497194.hd.mp4?s=5b9ae54ba4cc6e325e7ad880e3cd795a29426d1d")!
1414
let videoTitle = "Star Wars: Episode VII - The Force Awakens - International Trailer"
1515
let videoID = "1"
1616

0 commit comments

Comments
 (0)