Skip to content

Commit 1c5de58

Browse files
author
ksvcci
committed
update to v2.9.1
1 parent 1eb9f18 commit 1c5de58

File tree

16 files changed

+5
-5
lines changed

16 files changed

+5
-5
lines changed

KSYMediaPlayer_iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'KSYMediaPlayer_iOS'
3-
spec.version = '2.9.0'
3+
spec.version = '2.9.1'
44
spec.license = {
55
:type => 'Proprietary',
66
:text => <<-LICENSE

demo/KSYPlayerDemo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.9.0</string>
20+
<string>2.9.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.9.0.0</string>
24+
<string>2.9.1.0</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

demo/KSYPlayerDemo/KSYPlayerDemo/KSYPlayerVC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ - (void)printfMeta{
712712
for(NSDictionary *stream in streams) {
713713
NSString *streamType = [stream objectForKey:kKSYPLYStreamType];
714714
NSString *codecName = [stream objectForKey:kKSYPLYCodecName];
715-
NSInteger streamIndex = [[stream objectForKey:kKSYPLYStreamIndex] integerValue];
715+
long streamIndex = [[stream objectForKey:kKSYPLYStreamIndex] integerValue];
716716
if([streamType isEqualToString:@"video"]) {
717717
NSInteger width = [[stream objectForKey:kKSYPLYVideoWidth] integerValue];
718718
NSInteger height = [[stream objectForKey:kKSYPLYVideoHeight] integerValue];

doc/docset-installed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Documentation set was installed to Xcode!
22

33
Path: /Users/ksvc/Library/Developer/Shared/Documentation/DocSets/com.ksyun.KSYLive_iOS.docset
4-
Time: 2017-10-20 09:01:24 +0000
4+
Time: 2017-10-27 12:15:08 +0000

0 commit comments

Comments
 (0)