You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2019/07/12 02:35:10 UTC

[incubator-weex] branch master updated: Improve Podspec (#2693)

This is an automated email from the ASF dual-hosted git repository.

jianhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 1afd848  Improve Podspec (#2693)
1afd848 is described below

commit 1afd84854b79ed6729ac8ebbae843eb9200bd656
Author: wqyfavor <qi...@alibaba-inc.com>
AuthorDate: Fri Jul 12 10:35:05 2019 +0800

    Improve Podspec (#2693)
---
 WeexSDK.podspec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index af264dd..582dc80 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -50,8 +50,9 @@ Pod::Spec.new do |s|
                     'weex_core/Source/base/android',
                     'weex_core/Source/base/base64',
                     'weex_core/Source/base/crash',
-                    'weex_core/Source/base/utils/Compatible.cpp',
-                    'weex_core/Source/base/utils/ThreadLocker.cpp',
+                    'weex_core/Source/base/message_loop',
+                    'weex_core/Source/base/third_party',
+                    'weex_core/Source/base/thread',
                     'weex_core/Source/core/parser/action_args_check.*',
                     'weex_core/Source/third_party/IPC',
                     'weex_core/Source/core/network/android/',