Skip to content

Commit 81e4402

Browse files
author
garenwang
committed
6.5.1
ssl错误支持切换域名重试
1 parent eecd8fe commit 81e4402

File tree

12 files changed

+32
-96
lines changed

12 files changed

+32
-96
lines changed

Podfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ PODS:
1616
- AFNetworking/NSURLSession
1717
- GMOpenSSL (2.2.9)
1818
- MSDKDns_C11 (1.11.1)
19-
- QCloudCore (6.5.0):
20-
- QCloudCore/Default (= 6.5.0)
21-
- QCloudCore/Default (6.5.0):
22-
- QCloudTrack/Beacon (= 6.5.0)
23-
- QCloudCore/DNSLoader (6.5.0):
19+
- QCloudCore (6.5.1):
20+
- QCloudCore/Default (= 6.5.1)
21+
- QCloudCore/Default (6.5.1):
22+
- QCloudTrack/Beacon (= 6.5.1)
23+
- QCloudCore/DNSLoader (6.5.1):
2424
- MSDKDns_C11
2525
- QCloudCore/WithoutMTA
26-
- QCloudCore/WithoutMTA (6.5.0)
27-
- QCloudCOSXML (6.5.0):
28-
- QCloudCOSXML/Default (= 6.5.0)
29-
- QCloudCOSXML/Default (6.5.0):
30-
- QCloudCore (= 6.5.0)
26+
- QCloudCore/WithoutMTA (6.5.1)
27+
- QCloudCOSXML (6.5.1):
28+
- QCloudCOSXML/Default (= 6.5.1)
29+
- QCloudCOSXML/Default (6.5.1):
30+
- QCloudCore (= 6.5.1)
3131
- QCloudQuic (6.4.1):
3232
- QCloudQuic/Default (= 6.4.1)
3333
- QCloudQuic/Default (6.4.1)
34-
- QCloudTrack (6.5.0):
35-
- QCloudTrack/Default (= 6.5.0)
36-
- QCloudTrack/Beacon (6.5.0)
37-
- QCloudTrack/Cls (6.5.0):
34+
- QCloudTrack (6.5.1):
35+
- QCloudTrack/Default (= 6.5.1)
36+
- QCloudTrack/Beacon (6.5.1)
37+
- QCloudTrack/Cls (6.5.1):
3838
- TencentCloudLogProducer
39-
- QCloudTrack/Default (6.5.0)
39+
- QCloudTrack/Default (6.5.1)
4040
- TencentCloudLogProducer (1.1.1):
4141
- TencentCloudLogProducer/Core (= 1.1.1)
4242
- TencentCloudLogProducer/Core (1.1.1):
@@ -73,10 +73,10 @@ SPEC CHECKSUMS:
7373
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
7474
GMOpenSSL: d6d119ff8f00d4e03c2cdf733fb61e98e22da9c7
7575
MSDKDns_C11: e32cd3e7115dfeffefff26e16dc354ad2ca9e025
76-
QCloudCore: 8681c29dc68d783d07209e7a6ebd8b9058ec73e8
77-
QCloudCOSXML: 26ba1918f7126e650e70f091fee4760cca38038a
76+
QCloudCore: 6f8c67b96448472d2c6a92b9cfe1bdb5abbb1798
77+
QCloudCOSXML: 92f50a787b4e8d9a7cb6ea8e626775256b4840a7
7878
QCloudQuic: a4f2405ccaedde33c36420d4225436b80bd5bf67
79-
QCloudTrack: d4b780cfb3fddbfc9217ddf1f9ba72bfdf1a3b67
79+
QCloudTrack: 20b79388365b4c8ed150019c82a56f1569f237f8
8080
TencentCloudLogProducer: 564e944491e6396c81df4c9c51470784752ff3ab
8181

8282
PODFILE CHECKSUM: 02fe1eaad672a1f86ffd8f50bd97b0efb84d34a5

QCloudCOSXML.podspec

Lines changed: 5 additions & 5 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.5.0"
5+
s.version = "6.5.1"
66

77

88
s.summary = "QCloudCOSXML 腾讯云iOS-SDK组件"
@@ -21,19 +21,19 @@ s.version = "6.5.0"
2121
s.subspec 'Default' do |default|
2222
default.ios.deployment_target = '10.0'
2323
default.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
24-
default.dependency "QCloudCore",'6.5.0'
24+
default.dependency "QCloudCore",'6.5.1'
2525
end
2626
s.subspec 'Slim' do |slim|
2727
slim.ios.deployment_target = '10.0'
2828
slim.osx.deployment_target = "10.12"
2929
slim.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
30-
slim.dependency "QCloudCore/WithoutMTA",'6.5.0'
30+
slim.dependency "QCloudCore/WithoutMTA",'6.5.1'
3131
end
3232
s.subspec 'Transfer' do |transfer|
3333
transfer.ios.deployment_target = '10.0'
3434
transfer.osx.deployment_target = "10.12"
3535
transfer.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/**/*'
36-
transfer.dependency "QCloudCore/WithoutMTA",'6.5.0'
36+
transfer.dependency "QCloudCore/WithoutMTA",'6.5.1'
3737

3838
end
3939

@@ -42,7 +42,7 @@ s.version = "6.5.0"
4242
widget.osx.deployment_target = "10.12"
4343
widget.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/**/*'
4444
widget.exclude_files = 'QCloudCOSXML/Classes/Base/QCloudLogManager.h','QCloudCOSXML/Classes/Base/QCloudLogManager.m'
45-
widget.dependency "QCloudCore/WithoutMTA",'6.5.0'
45+
widget.dependency "QCloudCore/WithoutMTA",'6.5.1'
4646
end
4747

4848
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 605000
8+
#define QCloudCOSXMLModuleVersionNumber 605001
99
//dependency
1010

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 = @"6.5.0";
2+
NSString * const QCloudCOSXMLModuleVersion = @"6.5.1";
33
NSString * const QCloudCOSXMLModuleName = @"QCloudCOSXML";
44
@interface QCloudQCloudCOSXMLLoad : NSObject
55
@end
Binary file not shown.

QCloudCOSXMLDemo.xcworkspace/xcuserdata/garenwang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -90,69 +90,5 @@
9090
landmarkType = "7">
9191
</BreakpointContent>
9292
</BreakpointProxy>
93-
<BreakpointProxy
94-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
95-
<BreakpointContent
96-
uuid = "5BEE7608-F025-4D5F-88ED-726210D64CCB"
97-
shouldBeEnabled = "Yes"
98-
ignoreCount = "0"
99-
continueAfterRunningActions = "No"
100-
filePath = "QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.m"
101-
startingColumnNumber = "9223372036854775807"
102-
endingColumnNumber = "9223372036854775807"
103-
startingLineNumber = "280"
104-
endingLineNumber = "280"
105-
landmarkName = "-startGetObject"
106-
landmarkType = "7">
107-
</BreakpointContent>
108-
</BreakpointProxy>
109-
<BreakpointProxy
110-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
111-
<BreakpointContent
112-
uuid = "D7E4A91C-FF61-4B57-8B62-CBF2C2DE78BE"
113-
shouldBeEnabled = "Yes"
114-
ignoreCount = "0"
115-
continueAfterRunningActions = "No"
116-
filePath = "QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.m"
117-
startingColumnNumber = "9223372036854775807"
118-
endingColumnNumber = "9223372036854775807"
119-
startingLineNumber = "266"
120-
endingLineNumber = "266"
121-
landmarkName = "-startGetObject"
122-
landmarkType = "7">
123-
</BreakpointContent>
124-
</BreakpointProxy>
125-
<BreakpointProxy
126-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
127-
<BreakpointContent
128-
uuid = "C6075457-25CF-4B0A-A696-3BCEB2BC5C5B"
129-
shouldBeEnabled = "Yes"
130-
ignoreCount = "0"
131-
continueAfterRunningActions = "No"
132-
filePath = "QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.m"
133-
startingColumnNumber = "9223372036854775807"
134-
endingColumnNumber = "9223372036854775807"
135-
startingLineNumber = "357"
136-
endingLineNumber = "357"
137-
landmarkName = "-startGetObject"
138-
landmarkType = "7">
139-
</BreakpointContent>
140-
</BreakpointProxy>
141-
<BreakpointProxy
142-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
143-
<BreakpointContent
144-
uuid = "85673FFD-DE3C-42B7-9A47-2C48FA5F5123"
145-
shouldBeEnabled = "Yes"
146-
ignoreCount = "0"
147-
continueAfterRunningActions = "No"
148-
filePath = "QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.m"
149-
startingColumnNumber = "9223372036854775807"
150-
endingColumnNumber = "9223372036854775807"
151-
startingLineNumber = "331"
152-
endingLineNumber = "331"
153-
landmarkName = "-startGetObject"
154-
landmarkType = "7">
155-
</BreakpointContent>
156-
</BreakpointProxy>
15793
</Breakpoints>
15894
</Bucket>

QCloudCore.podspec

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

1212

13-
s.version = "6.5.0"
13+
s.version = "6.5.1"
1414

1515

1616

@@ -43,7 +43,7 @@ QCloudCore--腾讯云iOS-SDK Foundation。提供腾讯云iOS相关SDK的基础
4343
s.subspec 'Default' do |default|
4444
default.ios.deployment_target = '10.0'
4545
default.source_files = 'QCloudCore/Classes/Base/**/*'
46-
default.dependency "QCloudTrack/Beacon","6.5.0"
46+
default.dependency "QCloudTrack/Beacon","6.5.1"
4747
end
4848

4949
s.subspec 'WithoutMTA' do |withoutMTA|

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 605000
8+
#define QCloudCoreModuleVersionNumber 605001
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 = @"6.5.0";
2+
NSString * const QCloudCoreModuleVersion = @"6.5.1";
33
NSString * const QCloudCoreModuleName = @"QCloudCore";
44
@interface QCloudQCloudCoreLoad : NSObject
55
@end

QCloudTrack.podspec

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

99
Pod::Spec.new do |s|
1010
s.name = "QCloudTrack"
11-
s.version = "6.5.0"
11+
s.version = "6.5.1"
1212
s.summary = "QCloudTrack 腾讯云iOS-SDK组件"
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)