You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by bo...@apache.org on 2017/08/03 07:03:31 UTC

[1/2] incubator-weex git commit: * [ios] make WXResourceResponse Inheriting from NSHTTPURLResponse

Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev 1aa0bf4b2 -> 4c6f734f5


* [ios] make WXResourceResponse Inheriting from NSHTTPURLResponse


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/61bb30e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/61bb30e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/61bb30e7

Branch: refs/heads/0.16-dev
Commit: 61bb30e7e9565e150f1ad5d059a56d81979ad863
Parents: e01d0e7
Author: yinfeng <cx...@apache.org>
Authored: Thu Aug 3 14:27:04 2017 +0800
Committer: yinfeng <cx...@apache.org>
Committed: Thu Aug 3 14:27:04 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Network/WXResourceResponse.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/61bb30e7/ios/sdk/WeexSDK/Sources/Network/WXResourceResponse.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Network/WXResourceResponse.h b/ios/sdk/WeexSDK/Sources/Network/WXResourceResponse.h
index 129af98..b20fb95 100644
--- a/ios/sdk/WeexSDK/Sources/Network/WXResourceResponse.h
+++ b/ios/sdk/WeexSDK/Sources/Network/WXResourceResponse.h
@@ -20,6 +20,6 @@
 
 #import <Foundation/Foundation.h>
 
-@interface WXResourceResponse : NSURLResponse
+@interface WXResourceResponse : NSHTTPURLResponse
 
 @end


[2/2] incubator-weex git commit: Merge branch '0.16-dev' of https://github.com/cxfeng1/incubator-weex into 0.16-dev

Posted by bo...@apache.org.
Merge branch '0.16-dev' of https://github.com/cxfeng1/incubator-weex into 0.16-dev


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/4c6f734f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/4c6f734f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/4c6f734f

Branch: refs/heads/0.16-dev
Commit: 4c6f734f5416da1ee2437eb07cad5c160d19e47f
Parents: 1aa0bf4 61bb30e
Author: bobning <ni...@163.com>
Authored: Thu Aug 3 15:03:03 2017 +0800
Committer: bobning <ni...@163.com>
Committed: Thu Aug 3 15:03:03 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Network/WXResourceResponse.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------