You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2017/08/10 12:47:00 UTC

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

Merge branch '0.16-dev' of https://github.com/apache/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/ffe4951b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ffe4951b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ffe4951b

Branch: refs/heads/0.16-dev
Commit: ffe4951bc7d7dda6d728b2e8b9729f85b0caf684
Parents: b639af2 4bf47ed
Author: YorkShen <sh...@gmail.com>
Authored: Thu Aug 10 20:46:21 2017 +0800
Committer: YorkShen <sh...@gmail.com>
Committed: Thu Aug 10 20:46:21 2017 +0800

----------------------------------------------------------------------
 .../WeexDemo.xcodeproj/project.pbxproj          |  6 ++
 ios/playground/WeexDemo/AppDelegate.m           |  2 +-
 .../WeexDemo/WXExtendCallNativeTest.h           | 25 ++++++
 .../WeexDemo/WXExtendCallNativeTest.m           | 47 ++++++++++++
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj       | 22 ++++++
 ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m | 13 ++++
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.h    | 10 +++
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m    |  6 ++
 .../Sources/Manager/WXExtendCallNativeManager.h | 26 +++++++
 .../Sources/Manager/WXExtendCallNativeManager.m | 80 ++++++++++++++++++++
 .../Protocol/WXExtendCallNativeProtocol.h       | 47 ++++++++++++
 ios/sdk/WeexSDK/Sources/WeexSDK.h               |  1 +
 12 files changed, 284 insertions(+), 1 deletion(-)
----------------------------------------------------------------------