Skip to content

Commit 6e7cbc4

Browse files
author
garenwang
committed
修改CommonCrypto
1 parent ef6fef7 commit 6e7cbc4

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# 5.8.1
2+
修复 #import <CommonCrypto/CommonDigest.h> 大小写问题
3+
14
# 5.8.0
25
修复已知问题,优化用户体验
6+
37

48
# 5.7.9
59
修复 #import <Commoncrypto/CommonDigest.h> 大小写问题

QCloudCOSXML.podspec

Lines changed: 4 additions & 4 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.8.0"
4+
s.version = "5.8.1"
55

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

@@ -18,15 +18,15 @@ s.version = "5.8.0"
1818
s.default_subspec = 'Default'
1919
s.subspec 'Default' do |default|
2020
default.source_files = 'QCloudCOSXML/Classes/**/*','Models/request.model','QCloudCOSXML/Classes/QCloudCOSXML/*'
21-
default.dependency "QCloudCore",'5.8.0'
21+
default.dependency "QCloudCore",'5.8.1'
2222
end
2323
s.subspec 'Slim' do |slim|
2424
slim.source_files = 'QCloudCOSXML/Classes/**/*','Models/request.model','QCloudCOSXML/Classes/QCloudCOSXML/*'
25-
slim.dependency "QCloudCore/WithoutMTA",'5.8.0'
25+
slim.dependency "QCloudCore/WithoutMTA",'5.8.1'
2626
end
2727
s.subspec 'Transfer' do |transfer|
2828
transfer.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/*'
29-
transfer.dependency "QCloudCore/WithoutMTA",'5.8.0'
29+
transfer.dependency "QCloudCore/WithoutMTA",'5.8.1'
3030
end
3131

3232
end

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 508000
8+
#define QCloudCOSXMLModuleVersionNumber 508001
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.8.0";
2+
NSString * const QCloudCOSXMLModuleVersion = @"5.8.1";
33
NSString * const QCloudCOSXMLModuleName = @"QCloudCOSXML";
44
@interface QCloudQCloudCOSXMLLoad : NSObject
55
@end

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.8.0"
12+
s.version = "5.8.1"
1313

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

QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudFileUtils.m

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

99
#import "QCloudFileUtils.h"
1010
#import <Foundation/Foundation.h>
11-
#import <Commoncrypto/CommonDigest.h>
11+
#import <CommonCrypto/CommonDigest.h>
1212
#import "QCloudSHAPart.h"
1313

1414
void QCloudEnsurePathExist(NSString *path) {

QCloudCore/Classes/Base/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 508000
8+
#define QCloudCoreModuleVersionNumber 508001
99

1010
//dependency
1111

QCloudCore/Classes/Base/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.8.0";
2+
NSString * const QCloudCoreModuleVersion = @"5.8.1";
33
NSString * const QCloudCoreModuleName = @"QCloudCore";
44
@interface QCloudQCloudCoreLoad : NSObject
55
@end

0 commit comments

Comments
 (0)