File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11#Changelog
22
3+ ## 7.0.19 (2016-05-23)
4+
5+ ### 修正
6+ * iOS8 ipv6 支持
7+
38## 7.0.18 (2016-05-10)
49
510### 修正
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Qiniu'
3- s . version = '7.0.18'
3+ s . version = '7.0.19’
44 s.summary = ' Qiniu Resource Storage SDK for iOS and Mac '
55 s.homepage = ' https :/ /github . com /qiniu /objc -sdk '
66 s.social_media_url = ' http :/ /weibo . com /qiniutek '
Original file line number Diff line number Diff line change 1111/* *
1212 * sdk 版本
1313 */
14- static const NSString *kQiniuVersion = @" 7.0.18 " ;
14+ static const NSString *kQiniuVersion = @" 7.0.19 " ;
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ - (void)testDnsHosts {
274274 QNResolver *resolver = [[QNResolver alloc ] initWithAddres: @" 114.114.115.115" ];
275275 QNDnsManager *dns = [[QNDnsManager alloc ] init: [NSArray arrayWithObject: resolver] networkInfo: [QNNetworkInfo normal ]];
276276 QNConfiguration *config = [QNConfiguration build: ^(QNConfigurationBuilder *builder) {
277- if (isIOS8 ()) {
277+ if (! isIOS8 ()) {
278278 isNotiOS8 = YES ;
279279 NSArray *ips = [QNZone zone0 ].up .ips ;
280280 QNServiceAddress *s1 = [[QNServiceAddress alloc ] init: @" http://uphosttest.qiniu.com" ips: ips];
You can’t perform that action at this time.
0 commit comments