You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/06/15 06:29:29 UTC

[2/6] incubator-weex git commit: * [ios] add system frameworks for WeexSDK.podspec

* [ios] add system frameworks 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/2242b736
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/2242b736
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/2242b736

Branch: refs/heads/0.14-dev
Commit: 2242b736a259657b3dfb30369f597e0d25a4e490
Parents: d2715ff
Author: acton393 <zh...@gmail.com>
Authored: Mon Jun 12 19:40:00 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Mon Jun 12 19:40:00 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/2242b736/WeexSDK.podspec
----------------------------------------------------------------------
diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index 5563626..80a39db 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
 
   s.xcconfig = { "OTHER_LINK_FLAG" => '$(inherited) -ObjC'}
 
-  s.frameworks = 'CoreMedia','MediaPlayer','AVFoundation','AVKit','JavaScriptCore', 'GLKit'
+  s.frameworks = 'CoreMedia','MediaPlayer','AVFoundation','AVKit','JavaScriptCore', 'GLKit', 'OpenGLES', 'CoreText', 'QuartzCore', 'CoreGraphics'
 
   s.dependency 'SocketRocket'
   s.libraries = "stdc++"