Skip to content

Commit 813f912

Browse files
committed
# 5.6.9
- 编译警告修复
1 parent 98340b3 commit 813f912

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# 5.6.9
2+
- 编译警告修复
3+
14
# 5.6.8
2-
- 修复swift工程调用sdk接口的警告
3-
- 修复sdk自身的警告
5+
- 修复swift工程调用sdk接口的警\- 修复sdk自身的警告
46

57
# 5.6.7
68
- 修复预签名徒步没有透传的bug

QCloudCOSXML.podspec

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

4-
s.version = "5.6.8"
4+
s.version = "5.6.9"
55

66
s.summary = "QCloudCOSXML 腾讯云iOS-SDK组件"
77

@@ -17,7 +17,7 @@ s.version = "5.6.8"
1717
s.default_subspec = 'Default'
1818
s.subspec 'Default' do |default|
1919
default.source_files = 'QCloudCOSXML/Classes/**/*','Models/request.model','QCloudCOSXML/Classes/QCloudCOSXML/*'
20-
default.dependency "QCloudCore",'5.6.8'
20+
default.dependency "QCloudCore",'5.6.9'
2121
end
2222
s.subspec 'Slim' do |slim|
2323
slim.source_files = 'QCloudCOSXML/Classes/**/*','Models/request.model','QCloudCOSXML/Classes/QCloudCOSXML/*'

QCloudCOSXML/Classes/QCloudCOSXMLVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#ifndef QCloudCOSXMLModuleVersion_h
77
#define QCloudCOSXMLModuleVersion_h
8-
#define QCloudCOSXMLModuleVersionNumber 506008
8+
#define QCloudCOSXMLModuleVersionNumber 506009
99

1010
//dependency
1111

QCloudCOSXML/Classes/QCloudCOSXMLVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudCOSXMLVersion.h"
2-
NSString * const QCloudCOSXMLModuleVersion = @"5.6.8";
2+
NSString * const QCloudCOSXMLModuleVersion = @"5.6.9";
33
NSString * const QCloudCOSXMLModuleName = @"QCloudCOSXML";
44
@interface QCloudQCloudCOSXMLLoad : NSObject
55
@end

QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLCopyObjectRequest.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
#import "QCloudCOSXMLCopyObjectRequest.h"
1010
#import "QCloudCOSXMLService.h"
11-
#import "QCloudCOSXMLService+Transfer.h"
1211
#import "QCloudPutObjectRequest.h"
12+
#import "QCloudCOSXMLService+Transfer.h"
13+
1314
#import "QCloudMultipartInfo.h"
1415
#import "QCloudCOSXMLTransfer.h"
1516
#import "QCloudCompleteMultipartUploadRequest.h"

QCloudCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = "QCloudCore"
1111

12-
s.version = "5.6.8"
12+
s.version = "5.6.9"
1313

1414
s.summary = "QCloudCore--腾讯云iOS-SDK Foundation"
1515

QCloudCore/Classes/QCloudCoreVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#ifndef QCloudCoreModuleVersion_h
77
#define QCloudCoreModuleVersion_h
8-
#define QCloudCoreModuleVersionNumber 506008
8+
#define QCloudCoreModuleVersionNumber 506009
99

1010
//dependency
1111

QCloudCore/Classes/QCloudCoreVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudCoreVersion.h"
2-
NSString * const QCloudCoreModuleVersion = @"5.6.8";
2+
NSString * const QCloudCoreModuleVersion = @"5.6.9";
33
NSString * const QCloudCoreModuleName = @"QCloudCore";
44
@interface QCloudQCloudCoreLoad : NSObject
55
@end

0 commit comments

Comments
 (0)