Skip to content

Commit 533cce8

Browse files
author
yixiang
committed
readme
1 parent 1e72bf7 commit 533cce8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/iOS_cn_guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ MockGPS存在一些兼容性问题(绝大部分情况是好的,问题详见[
2020
在App启动的时候添加一下代码
2121

2222
```
23+
#ifdef DEBUG
24+
#import <DoraemonKit/DoraemonManager.h>
25+
#endif
26+
2327
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
2428
#ifdef DEBUG
2529
[[DoraemonManager shareInstance] install];

0 commit comments

Comments
 (0)