Commit 8d99e058024233449c374cdffc944939c9fe6ef0

Authored by 张旭
1 parent 1cd83a2b

2.0.0

CNLiveUserSystemDemo/CNLiveUserSystemSDK/CNLiveUserSystemCenter.h
... ... @@ -332,7 +332,7 @@
332 332  
333 333  
334 334 /**
335   - * 获取SDK版本号
  335 + * 获取SDK版本号 v2.0.0
336 336 */
337 337 + (NSString *)getVersion;
338 338  
... ...
CNLiveUserSystemDemo/CNLiveUserSystemSDK/Common.h
... ... @@ -11,6 +11,6 @@
11 11  
12 12 #define kSVer @"4.0" //探针版本
13 13 #define StatAppVersion ([[[NSBundle mainBundle] infoDictionary] objectForKey: @"CFBundleShortVersionString"])
14   -#define SDKVersion @"1.1.6" //SDK版本
  14 +#define SDKVersion @"2.0.0" //SDK版本
15 15  
16 16 #endif /* Common_h */
... ...
Products/CNLiveUserSystemSDK.framework/CNLiveUserSystemSDK
No preview for this file type
Products/CNLiveUserSystemSDK.framework/Headers/CNLiveUserSystemCenter.h
... ... @@ -332,7 +332,7 @@
332 332  
333 333  
334 334 /**
335   - * 获取SDK版本号
  335 + * 获取SDK版本号 v2.0.0
336 336 */
337 337 + (NSString *)getVersion;
338 338  
... ...
Products/CNLiveUserSystemSDK.framework/Info.plist
No preview for this file type