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 2018/04/12 12:53:57 UTC

incubator-weex git commit: remove canvas dependency for playground app

Repository: incubator-weex
Updated Branches:
  refs/heads/master e5e849302 -> 6f1e70e8a


remove canvas dependency for playground app

remove canvas dependency for playground app

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

Branch: refs/heads/master
Commit: 6f1e70e8a328f09ca0d1350f2ed5aefa35379d71
Parents: e5e8493
Author: acton393 <zh...@gmail.com>
Authored: Thu Apr 12 20:52:55 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Thu Apr 12 20:52:55 2018 +0800

----------------------------------------------------------------------
 ios/playground/Podfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6f1e70e8/ios/playground/Podfile
----------------------------------------------------------------------
diff --git a/ios/playground/Podfile b/ios/playground/Podfile
index 45522d3..77acced 100644
--- a/ios/playground/Podfile
+++ b/ios/playground/Podfile
@@ -10,7 +10,7 @@ def common
     pod 'ATSDK-Weex', '0.0.1',:configurations => ['Debug']
     
     # WeexGcanvas is added by Weex Plugin, more info at https://market.dotwe.org/ext/list.htm
-    pod 'WeexGcanvas'
+    #pod 'WeexGcanvas'
 end
 
 target 'WeexDemo' do