From 664e6dbdd1a6bec9a3392781457850c502a6a137 Mon Sep 17 00:00:00 2001 From: longbai Date: Mon, 13 Oct 2014 22:24:35 +0800 Subject: [PATCH 1/4] change include header path for pods --- QiniuSDK/QiniuSDK.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/QiniuSDK/QiniuSDK.h b/QiniuSDK/QiniuSDK.h index bd5f3c02..cf0ecb33 100644 --- a/QiniuSDK/QiniuSDK.h +++ b/QiniuSDK/QiniuSDK.h @@ -8,7 +8,8 @@ #import -#import "Common/QNUrlSafeBase64.h" -#import "Http/QNResponseInfo.h" -#import "Storage/QNUploadOption.h" -#import "Storage/QNUploadManager.h" +#import "QNUrlSafeBase64.h" +#import "QNResponseInfo.h" +#import "QNUploadOption.h" +#import "QNUploadManager.h" +#import "QNFileRecorder.h" From cf6260943c33929294880b28eec5cc39da8591a7 Mon Sep 17 00:00:00 2001 From: longbai Date: Mon, 13 Oct 2014 22:38:13 +0800 Subject: [PATCH 2/4] remove brew update from xctool --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c02e914..a28dda13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: objective-c before_install: - - brew update - - brew upgrade xctool + - brew install xctool - gem install cocoapods before_script: - export QINIU_TEST_ENV="travis" From ebc34a08fbe7b0229c17cae6fd31092cf4caa90e Mon Sep 17 00:00:00 2001 From: longbai Date: Mon, 13 Oct 2014 22:53:07 +0800 Subject: [PATCH 3/4] recover xctool config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a28dda13..1c02e914 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: objective-c before_install: - - brew install xctool + - brew update + - brew upgrade xctool - gem install cocoapods before_script: - export QINIU_TEST_ENV="travis" From b7c89717109aa2aa1d05b5ee6d62023b16225f90 Mon Sep 17 00:00:00 2001 From: longbai Date: Mon, 13 Oct 2014 22:53:55 +0800 Subject: [PATCH 4/4] podspec update [ci skip] --- Qiniu.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qiniu.podspec b/Qiniu.podspec index d1cba080..f6fb3c97 100644 --- a/Qiniu.podspec +++ b/Qiniu.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Qiniu' - s.version = '7.0.0' + s.version = '7.0.1' s.summary = 'Qiniu Resource Storage SDK for iOS and Mac' s.homepage = 'https://github.com/qiniu/objective-c-sdk' s.social_media_url = 'http://weibo.com/qiniutek' s.author = 'Qiniu => sdk@qiniu.com' s.documentation_url = 'http://developer.qiniu.com/docs/v6/sdk/ios-sdk.html' - s.source = {:git => 'https://github.com/qiniu/objective-c-sdk.git', :tag => 'v7.0.0'} + s.source = {:git => 'https://github.com/qiniu/objective-c-sdk.git', :tag => 'v7.0.1'} s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.8'