Commit 98ddaaa 1 parent 1cb8824 commit 98ddaaa Copy full SHA for 98ddaaa
File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -85,20 +85,19 @@ - (void)initWeexSDK
85
85
86
86
[WXSDKEngine registerComponent: @" select" withClass: NSClassFromString (@" WXSelectComponent" )];
87
87
[WXSDKEngine registerModule: @" event" withClass: [WXEventModule class ]];
88
- [self atAddPlugin ];
89
88
90
89
#ifdef DEBUG
90
+ [self atAddPlugin ];
91
91
[WXDebugTool setDebug: YES ];
92
92
[WXLog setLogLevel: WXLogLevelLog];
93
+
94
+ #ifndef UITEST
95
+ [[ATManager shareInstance ] show ];
96
+ #endif
93
97
#else
94
98
[WXDebugTool setDebug: NO ];
95
99
[WXLog setLogLevel: WXLogLevelError];
96
100
#endif
97
-
98
- #ifndef UITEST
99
- [[ATManager shareInstance ] show ];
100
- #endif
101
-
102
101
}
103
102
104
103
-(UIViewController *)demoController
Original file line number Diff line number Diff line change 4
4
<dict >
5
5
<key >CFBundleDevelopmentRegion </key >
6
6
<string >en </string >
7
+ <key >CFBundleDisplayName </key >
8
+ <string >WeexPlayground </string >
7
9
<key >CFBundleExecutable </key >
8
10
<string >$(EXECUTABLE_NAME) </string >
9
11
<key >CFBundleIdentifier </key >
15
17
<key >CFBundlePackageType </key >
16
18
<string >APPL </string >
17
19
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
20
+ <string >1.1 </string >
19
21
<key >CFBundleSignature </key >
20
22
<string >???? </string >
21
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ - (void)render
122
122
};
123
123
124
124
_instance.renderFinish = ^(UIView *view) {
125
- NSLog (@" render finish " );
125
+ WXLogDebug (@" %@ " , @" Render Finish... " );
126
126
[weakSelf updateInstanceState: WeexInstanceAppear];
127
127
};
128
128
You can’t perform that action at this time.
0 commit comments