Skip to content

Commit 3bdc74f

Browse files
author
garenwang
committed
6.3.9提交
1 parent 896dbf3 commit 3bdc74f

File tree

46 files changed

+229
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+229
-80
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
# 6.3.9
2+
1、高级上传接口支持callback。
3+
2、优化上传contenttype参数。
4+
3、修改WeakSelf为QCloudWeakSelf;
5+
4、修复 其他已知问题。
6+
17
# 6.3.8
2-
修复断点下载问题
8+
修复断点下载问题
9+
10+
11+
# 6.3.7
12+
1.默认https协议。
13+
2、提供httpdns全局开关。
14+
3、修复6.3.5,6.3.6灯塔crash。
15+
4、优化上报逻辑。
16+
5、COS XML SDK新增隐私清单。
17+
318

4-
# 6.3.7
5-
1.默认https协议。2、提供httpdns全局开关。3、修复6.3.5,6.3.6灯塔crash。4、优化上报逻辑。5、新增隐私清单
619

720
# 6.3.6
821

Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
PODS:
22
- GMOpenSSL (2.2.9)
3-
- QCloudCore (6.3.8):
4-
- QCloudCore/Default (= 6.3.8)
5-
- QCloudCore/Default (6.3.8):
6-
- QCloudTrack/Beacon (= 6.3.8)
7-
- QCloudCOSXML (6.3.8):
8-
- QCloudCOSXML/Default (= 6.3.8)
9-
- QCloudCOSXML/Default (6.3.8):
10-
- QCloudCore (= 6.3.8)
11-
- QCloudQuic (6.3.7):
12-
- QCloudQuic/Default (= 6.3.7)
13-
- QCloudQuic/Default (6.3.7)
14-
- QCloudTrack (6.3.8):
15-
- QCloudTrack/Default (= 6.3.8)
16-
- QCloudTrack/Beacon (6.3.8)
17-
- QCloudTrack/Cls (6.3.8):
3+
- QCloudCore (6.3.9):
4+
- QCloudCore/Default (= 6.3.9)
5+
- QCloudCore/Default (6.3.9):
6+
- QCloudTrack/Beacon (= 6.3.9)
7+
- QCloudCOSXML (6.3.9):
8+
- QCloudCOSXML/Default (= 6.3.9)
9+
- QCloudCOSXML/Default (6.3.9):
10+
- QCloudCore (= 6.3.9)
11+
- QCloudQuic (6.3.9):
12+
- QCloudQuic/Default (= 6.3.9)
13+
- QCloudQuic/Default (6.3.9)
14+
- QCloudTrack (6.3.9):
15+
- QCloudTrack/Default (= 6.3.9)
16+
- QCloudTrack/Beacon (6.3.9)
17+
- QCloudTrack/Cls (6.3.9):
1818
- TencentCloudLogProducer
19-
- QCloudTrack/Default (6.3.8)
19+
- QCloudTrack/Default (6.3.9)
2020
- TencentCloudLogProducer (1.0.9):
2121
- TencentCloudLogProducer/Core (= 1.0.9)
2222
- TencentCloudLogProducer/Core (1.0.9):
@@ -47,10 +47,10 @@ EXTERNAL SOURCES:
4747

4848
SPEC CHECKSUMS:
4949
GMOpenSSL: d6d119ff8f00d4e03c2cdf733fb61e98e22da9c7
50-
QCloudCore: 0cfb5143891d1de7be24edc0390888b8aa5379ff
51-
QCloudCOSXML: 05062998f508165d9772aa7c13b70222e01a903a
52-
QCloudQuic: 895ccf08046ecf068a6f965831dd16fc7d531fb4
53-
QCloudTrack: a376be9c83c01a87251dad793e5b336f7e9a05f5
50+
QCloudCore: aed46aa9cf2656373682d6aa3b0c3f252f1875f7
51+
QCloudCOSXML: 4e1f8573c1c8c5b49a981897232465b5c2c65a1c
52+
QCloudQuic: 81e2c29fa8122c1d5e8323a90349683e52c8e101
53+
QCloudTrack: 00557c28b5b1a2cd4a0cf2c41a34947d8a19d119
5454
TencentCloudLogProducer: 980e6a4b9ed49b7b3f41779203be5e4ba1b03b95
5555

5656
PODFILE CHECKSUM: 469848875513aa1180afa1e3751e2d873841a154

QCloudCOSXML.podspec

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.name = "QCloudCOSXML"
33

44

5-
s.version = "6.3.8"
5+
s.version = "6.3.9"
66

77

88
s.summary = "QCloudCOSXML 腾讯云iOS-SDK组件"
@@ -20,16 +20,22 @@ s.version = "6.3.8"
2020
s.default_subspec = 'Default'
2121
s.subspec 'Default' do |default|
2222
default.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
23-
default.dependency "QCloudCore",'6.3.8'
23+
default.dependency "QCloudCore",'6.3.9'
2424
end
2525
s.subspec 'Slim' do |slim|
2626
slim.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
27-
slim.dependency "QCloudCore/WithoutMTA",'6.3.8'
27+
slim.dependency "QCloudCore/WithoutMTA",'6.3.9'
2828
end
2929
s.subspec 'Transfer' do |transfer|
3030
transfer.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/**/*'
31-
transfer.dependency "QCloudCore/WithoutMTA",'6.3.8'
31+
transfer.dependency "QCloudCore/WithoutMTA",'6.3.9'
3232

3333
end
34+
35+
s.subspec 'Widget' do |widget|
36+
widget.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/**/*'
37+
widget.exclude_files = 'QCloudCOSXML/Classes/Base/QCloudLogManager.h','QCloudCOSXML/Classes/Base/QCloudLogManager.m'
38+
widget.dependency "QCloudCore/WithoutMTA",'6.3.9'
39+
end
3440

3541
end

QCloudCOSXML/Classes/Base/QCloudCOSXMLService.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
#import "QCloudCOSXMLService.h"
3333
#import "QCloudCOSXMLService+Configuration.h"
3434
#import "QCloudCOSXMLService+Private.h"
35-
#if TARGET_OS_IOS
36-
#import "QCloudLogManager.h"
37-
#endif
3835
QCloudThreadSafeMutableDictionary *QCloudCOSXMLServiceCache() {
3936
static QCloudThreadSafeMutableDictionary *CloudcosxmlService = nil;
4037
static dispatch_once_t onceToken;
@@ -61,7 +58,10 @@ + (QCloudCOSXMLService *)registerDefaultCOSXMLWithConfiguration:(QCloudServiceCo
6158
COSXMLService = [[QCloudCOSXMLService alloc] initWithConfiguration:configuration];
6259
if (!configuration.isCloseShareLog) {
6360
#if TARGET_OS_IOS
64-
[QCloudLogManager sharedInstance];
61+
if (NSClassFromString(@"QCloudLogManager")) {
62+
Class clazz = NSClassFromString(@"QCloudLogManager");
63+
[clazz performSelector:@selector(sharedInstance)];
64+
}
6565
#endif
6666
}
6767
}

QCloudCOSXML/Classes/CI/model/QCloudTriggerWorkflow.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
/// 工作流数组
2828
@property (nonatomic,strong)NSArray <QCloudMediaWorkflowList *> * MediaWorkflowList;
2929

30-
3130
@end
3231

3332
@interface QCloudTriggerWorkflow : NSObject

QCloudCOSXML/Classes/CI/model/QCloudTriggerWorkflow.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ - (NSDictionary *)modelCustomWillTransformFromDictionary:(NSDictionary *)dic {
3333
return mdic.mutableCopy;
3434
}
3535

36-
3736
@end
3837

3938
@implementation QCloudTriggerWorkflow

QCloudCOSXML/Classes/CI/request/QCloudAIGameRecRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN
4242
4343
游戏标签功能实现游戏图片场景的识别,返回图片中置信度较高的游戏类别标签。游戏标签识别请求包属于 GET 请求,请求时需要携带签名.
4444
45-
具体请查看 https://cloud.tencent.com/document/product/460/93153.
45+
具体请查看 https://cloud.tencent.com/document/product/460/93153
4646
4747
### 示例
4848

QCloudCOSXML/Classes/CI/request/QCloudAISuperResolutionRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN
4242
4343
腾讯云数据万象通过 AISuperResolution 接口对图像进行超分辨率处理,当前默认超分为宽高的2倍.
4444
45-
具体请查看 https://cloud.tencent.com/document/product/460/83793.
45+
具体请查看 https://cloud.tencent.com/document/product/460/83793
4646
4747
### 示例
4848

QCloudCOSXML/Classes/CI/request/QCloudAddImageSearchRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN
4242
4343
该接口用于添加图库图片.
4444
45-
具体请查看 https://cloud.tencent.com/document/product/460/63900.
45+
具体请查看 https://cloud.tencent.com/document/product/460/63900
4646
4747
### 示例
4848

QCloudCOSXML/Classes/CI/request/QCloudBatchimageRecognitionRequest.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,10 @@ - (BOOL)buildRequestData:(NSError *__autoreleasing *)error {
115115
if(info.Url){
116116
[infoDic setObject:info.Url forKey:@"Url"];
117117
}
118-
119118
if(info.Object){
120119
[infoDic setObject:info.Object forKey:@"Object"];
121120
}
122-
121+
123122
if(info.Content){
124123
[infoDic setObject:info.Content forKey:@"Content"];
125124
}

0 commit comments

Comments
 (0)