You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/24 09:33:34 UTC

[16/51] [abbrv] incubator-weex git commit: * [ios] add search Path for WeexSDK.podspec

* [ios] add search Path for WeexSDK.podspec


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

Branch: refs/heads/0.13-dev
Commit: a3f86df67e104cbb1f1a1267b1b79d4fb4e718c8
Parents: 8b9cf60
Author: acton393 <zh...@gmail.com>
Authored: Thu Apr 20 17:16:49 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Thu Apr 20 17:16:49 2017 +0800

----------------------------------------------------------------------
 WeexSDK.podspec | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a3f86df6/WeexSDK.podspec
----------------------------------------------------------------------
diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index ae1b6a9..cb94313 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -30,6 +30,7 @@ Pod::Spec.new do |s|
   s.source_files = 'ios/sdk/WeexSDK/Sources/**/*.{h,m,mm,c}'
   s.resources = 'ios/sdk/WeexSDK/Resources/main.js', 'ios/sdk/WeexSDK/Resources/wx_load_error@3x.png'
 
+  s.user_target_xcconfig  = { 'FRAMEWORK_SEARCH_PATHS' => "'$(PODS_ROOT)/WeexSDK'" }
   s.requires_arc = true
   s.prefix_header_file = 'ios/sdk/WeexSDK/Sources/Supporting Files/WeexSDK-Prefix.pch'