Commit d25715bd42d6e9627d9fd5c9c5a21f3b14292fae

Authored by yanglingyu
1 parent 7154f754

清除百度小程序缓存

CNLiveBBASMModule.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveBBASMModule' 10 s.name = 'CNLiveBBASMModule'
11 - s.version = '0.0.12' 11 + s.version = '0.0.13'
12 s.summary = 'CNLive-iOS百度小程序接入' 12 s.summary = 'CNLive-iOS百度小程序接入'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNManager/CNBBASMJumpService.m
@@ -54,6 +54,7 @@ static NSString *const CNLiveBBASMGetPluginDesC = @"getPluginDescriptionPath"; @@ -54,6 +54,7 @@ static NSString *const CNLiveBBASMGetPluginDesC = @"getPluginDescriptionPath";
54 54
55 - (void)accountLogout 55 - (void)accountLogout
56 { 56 {
  57 + [Pyramid.bba_MNP removeAllLocalServicesInHistory];
57 [Pyramid.bba_MNP unionAccountLogOut]; 58 [Pyramid.bba_MNP unionAccountLogOut];
58 } 59 }
59 + (void)shareBBASMWithParams:(NSDictionary *)params 60 + (void)shareBBASMWithParams:(NSDictionary *)params
Example/Podfile.lock
@@ -30,7 +30,7 @@ PODS: @@ -30,7 +30,7 @@ PODS:
30 - SSZipArchive 30 - SSZipArchive
31 - UBC (= 5.0.0) 31 - UBC (= 5.0.0)
32 - YYCache 32 - YYCache
33 - - CNLiveBBASMModule (0.0.11): 33 + - CNLiveBBASMModule (0.0.12):
34 - BBAMNPLib 34 - BBAMNPLib
35 - CNLiveBeeHive 35 - CNLiveBeeHive
36 - CNLiveEnvironment 36 - CNLiveEnvironment
@@ -492,7 +492,7 @@ SPEC CHECKSUMS: @@ -492,7 +492,7 @@ SPEC CHECKSUMS:
492 AFNetworking: d9fdf484a3c723ec3c558a41cc5754c7e845ee77 492 AFNetworking: d9fdf484a3c723ec3c558a41cc5754c7e845ee77
493 AlipaySDK-iOS: 8659cdb4403de7e5f26ad8b699864a9cbe53384c 493 AlipaySDK-iOS: 8659cdb4403de7e5f26ad8b699864a9cbe53384c
494 BBAMNPLib: 26e7e4a046d98755ef467a9f3fd8f5ff4fa5cef9 494 BBAMNPLib: 26e7e4a046d98755ef467a9f3fd8f5ff4fa5cef9
495 - CNLiveBBASMModule: 877b35e55c27247d6f34611ccdf538e27e581a2f 495 + CNLiveBBASMModule: 7bdd36991424697b37f8a092a37c5d5262999cb5
496 CNLiveBeeHive: 1e105b15b6ccaad546258fcf91231563beb853d4 496 CNLiveBeeHive: 1e105b15b6ccaad546258fcf91231563beb853d4
497 CNLiveCommonCategory: 22c9842b31f2087803ae69e983b2c944fb80eae1 497 CNLiveCommonCategory: 22c9842b31f2087803ae69e983b2c944fb80eae1
498 CNLiveEnvironment: 6af0a2f332b704ffdec67106b4ba044c7f8da371 498 CNLiveEnvironment: 6af0a2f332b704ffdec67106b4ba044c7f8da371
Example/Resources/BBAPluginDescription.zip
No preview for this file type