Skip to content

Commit 24d5130

Browse files
committed
update version to 2.6.3
1 parent b784665 commit 24d5130

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

VideoOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pod::Spec.new do |s|
44

55
s.name = "VideoOS"
6-
s.version = "2.6.2"
6+
s.version = "2.6.3"
77
s.summary = "Official VideoPls SDK for iOS to access VideoPls Platform with features like video os, and live os"
88

99
s.description = <<-DESC

VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/VPIVideoPlayerDelegate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
*/
8888
- (NSTimeInterval)videoPlayerCurrentItemAssetDuration;
8989

90+
@required
9091

9192
/**
9293
* 获取播放器当前的时间

VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/Common/Utils/VPUPGeneralInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#import "VPUPNotificationCenter.h"
1515
#import <sys/utsname.h>
1616

17-
NSString * const VideoPlsUtilsPlatformSDKVersion = @"2.6.2";
17+
NSString * const VideoPlsUtilsPlatformSDKVersion = @"2.6.3";
1818
NSString * const VPUPGeneralInfoSDKChangedNotification = @"VPUPGeneralInfoSDKChangedNotification";
1919

2020
static NSString *IDFA = nil;

0 commit comments

Comments
 (0)