Commit a9554db1585c04e5227cd188b7dc99bf4717eac3

Authored by yanglingyu
1 parent 818f5235

0.0.16

CNLiveBBASMModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveBBASMModule'
11   - s.version = '0.0.15'
  11 + s.version = '0.0.16'
12 12 s.summary = 'CNLive-iOS百度小程序接入'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNManager/CNBBASMJumpService.h
... ... @@ -6,8 +6,7 @@
6 6 //
7 7  
8 8 #import <Foundation/Foundation.h>
9   -#import <CNLiveBeeHive/CNLiveBeeHive.h>
10   -
  9 +#import <CNLiveBeeHive/BHServiceProtocol.h>
11 10  
12 11 NS_ASSUME_NONNULL_BEGIN
13 12 @protocol CNBBASMJumpProtocol <NSObject,BHServiceProtocol>
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNPayment/CNBBASMPaymentHander.h
... ... @@ -6,7 +6,6 @@
6 6 //
7 7  
8 8 #import <Foundation/Foundation.h>
9   -#import <AlipaySDK/AlipaySDK.h>
10 9  
11 10 NS_ASSUME_NONNULL_BEGIN
12 11  
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNPayment/CNBBASMPaymentHander.m
... ... @@ -11,6 +11,7 @@
11 11 #import <BainuoCashierSDK/BDNCashierSDKWechatService.h>
12 12 #import <BainuoCashierSDK/BDNCashierSDKBaifubaoService.h>
13 13 #import <CNLiveEnvironment/CNLiveEnvironment.h>
  14 +#import <AlipaySDK/AlipaySDK.h>r
14 15 #import "CNBainuoPayManagerDelegate.h"
15 16  
16 17 static NSString * const CNPAY_WEICHAT_PAY_SCHEME = @"cnlive.baidu.com://";
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNPayment/CNWalletPaymentDelegate.h
... ... @@ -7,7 +7,6 @@
7 7 //
8 8  
9 9 #import <UIKit/UIKit.h>
10   -#import <BainuoCashierSDK/BDNCashierSDK.h>
11 10 #import <BainuoCashierSDK/BDNCashierSDKBaifubaoService.h>
12 11 NS_ASSUME_NONNULL_BEGIN
13 12  
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNScanCode/BBASMScanViewController.h
... ... @@ -7,7 +7,6 @@
7 7 //
8 8  
9 9 #import <UIKit/UIKit.h>
10   -#import "BBASMScanView.h"
11 10  
12 11 NS_ASSUME_NONNULL_BEGIN
13 12  
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNScanCode/BBASMScanViewController.m
... ... @@ -10,6 +10,7 @@
10 10 #import <AssetsLibrary/ALAssetsLibrary.h>
11 11 #import <Photos/PHPhotoLibrary.h>
12 12 #import <AVFoundation/AVFoundation.h>
  13 +#import "BBASMScanView.h"
13 14  
14 15 @interface BBASMScanViewController ()<UINavigationControllerDelegate, UIImagePickerControllerDelegate, AVCaptureMetadataOutputObjectsDelegate, UIGestureRecognizerDelegate>
15 16  
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNVideo/CNPlayerManager.h
... ... @@ -7,7 +7,7 @@
7 7 //
8 8  
9 9 #import <Foundation/Foundation.h>
10   -#import "CNZFPlayerController.h"
  10 +@class CNZFPlayerController;
11 11  
12 12 NS_ASSUME_NONNULL_BEGIN
13 13  
... ...
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNVideo/CNPlayerManager.m
... ... @@ -7,6 +7,7 @@
7 7 //
8 8  
9 9 #import "CNPlayerManager.h"
  10 +#import "CNZFPlayerController.h"
10 11  
11 12 @implementation CNPlayerManager
12 13  
... ...
Example/Podfile.lock
... ... @@ -32,7 +32,7 @@ PODS:
32 32 - YYCache
33 33 - CNLiveBaseKit (0.1.23):
34 34 - CNLiveNewTripartiteManagement/MJExtension
35   - - CNLiveBBASMModule (0.0.14):
  35 + - CNLiveBBASMModule (0.0.15):
36 36 - BBAMNPLib
37 37 - CNLiveBeeHive
38 38 - CNLiveBusinessTools
... ... @@ -548,7 +548,7 @@ SPEC CHECKSUMS:
548 548 AlipaySDK-iOS: 8659cdb4403de7e5f26ad8b699864a9cbe53384c
549 549 BBAMNPLib: 26e7e4a046d98755ef467a9f3fd8f5ff4fa5cef9
550 550 CNLiveBaseKit: 44e5fc573cbca78a86b704cf77c886ef53889807
551   - CNLiveBBASMModule: 9ab1c4a0fcd4890ec5bdc784c57b8175c7054165
  551 + CNLiveBBASMModule: ee798e5e35fa3b6ffa0abcd2f9feec13c16ae921
552 552 CNLiveBeeHive: 1e105b15b6ccaad546258fcf91231563beb853d4
553 553 CNLiveBusinessTools: fee9f935c2ef25ceeaa9605e8e0d490057906d0f
554 554 CNLiveCommonCategory: 22c9842b31f2087803ae69e983b2c944fb80eae1
... ...