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 2017/01/24 08:19:04 UTC

[49/50] [abbrv] incubator-weex git commit: * [ios] add week icon

* [ios] add week icon


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

Branch: refs/heads/master
Commit: 51653ea1c430e8be223b1c83d83882d42f524515
Parents: 0b308aa
Author: acton393 <zh...@gmail.com>
Authored: Mon Jun 13 17:07:22 2016 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Mon Jun 13 17:07:22 2016 +0800

----------------------------------------------------------------------
 ios/playground/WeexDemo/AppDelegate.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/51653ea1/ios/playground/WeexDemo/AppDelegate.m
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/AppDelegate.m b/ios/playground/WeexDemo/AppDelegate.m
index 005f2d0..1928fad 100644
--- a/ios/playground/WeexDemo/AppDelegate.m
+++ b/ios/playground/WeexDemo/AppDelegate.m
@@ -181,7 +181,7 @@
 
 - (void)atAddPlugin {
     
-    [[ATManager shareInstance] addPluginWithId:@"weex" andName:@"weex" andIconName:@"weex" andEntry:@"" andArgs:@[@""]];
+    [[ATManager shareInstance] addPluginWithId:@"weex" andName:@"weex" andIconName:@"../weex" andEntry:@"" andArgs:@[@""]];
     [[ATManager shareInstance] addSubPluginWithParentId:@"weex" andSubId:@"logger" andName:@"logger" andIconName:@"log" andEntry:@"WXATLoggerPlugin" andArgs:@[@""]];
 //    [[ATManager shareInstance] addSubPluginWithParentId:@"weex" andSubId:@"viewHierarchy" andName:@"hierarchy" andIconName:@"log" andEntry:@"WXATViewHierarchyPlugin" andArgs:@[@""]];
     [[ATManager shareInstance] addSubPluginWithParentId:@"weex" andSubId:@"test2" andName:@"test" andIconName:@"at_arr_refresh" andEntry:@"" andArgs:@[]];