You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by zs...@apache.org on 2019/01/03 12:13:49 UTC

[incubator-weex] 02/02: [iOS] remove javascriptcore include from WeexSDK.podspec

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

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

commit eda45b38c7be2debeab9925abcb4fbe5648a8db6
Author: linghe.lh <li...@alibaba-inc.com>
AuthorDate: Thu Jan 3 19:45:55 2019 +0800

    [iOS] remove javascriptcore include from WeexSDK.podspec
---
 WeexSDK.podspec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index 70b1189..2a2b5aa 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -51,7 +51,9 @@ Pod::Spec.new do |s|
                     'weex_core/Source/base/crash',
                     'weex_core/Source/base/utils',
                     'weex_core/Source/third_party/IPC',
-                    'weex_core/Source/core/network/android/'
+                    'weex_core/Source/core/network/android/',
+                    'weex_core/Source/include/JavaScriptCore/',
+                    'weex_core/Source/include/wtf'
 
   s.private_header_files = 'ios/sdk/WeexSDK/Sources/Component/RecycleList/WXJSASTParser.h'
   s.public_header_files = 'ios/sdk/WeexSDK/Sources/WeexSDK.h',