Skip to content

Commit

Permalink
1.1.9 ios readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiang committed May 27, 2019
1 parent 1e44ac6 commit c4b07ed
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 11 deletions.
18 changes: 18 additions & 0 deletions Doc/iOS-ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Release Notes
### 1.1.9
1、H5任意门支持扫码和历史浏览记录功能 [feng562925462](https://github.com/feng562925462)

2、支持使用block的方式接入自定义测试模块 [csc-EricWu](https://github.com/csc-EricWu/)

3、卡顿监控支持查看卡顿时长 [k373379320](https://github.com/k373379320)

4、沙盒浏览,除了数据库文件之外,其他文件修改成 QLPreviewController 打开 [HuginChen](https://github.com/HuginChen)

4、支持framework直接接入,方便非pod管理的项目

5、性能曲线图代码重构,支持同时查看fps、内存、cpu和流量的信息。

6、解决toast在某一些情况无法显示的问题,改善用户体验

7、其他一些优化和代码整理,详见代码提交记录


### 1.1.8
1、支持国际化,中英文

Expand Down
19 changes: 15 additions & 4 deletions Doc/iOS_cn_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
### 1、cocoapods依赖

```
pod 'DoraemonKit/Core', '~> 1.1.8', :configurations => ['Debug']
pod 'DoraemonKit/WithLogger', '~> 1.1.8', :configurations => ['Debug']
pod 'DoraemonKit/WithGPS', '~> 1.1.8', :configurations => ['Debug']
pod 'DoraemonKit/WithLoad', '~> 1.1.8', :configurations => ['Debug']
pod 'DoraemonKit/Core', '~> 1.1.9', :configurations => ['Debug']
pod 'DoraemonKit/WithLogger', '~> 1.1.9', :configurations => ['Debug']
pod 'DoraemonKit/WithGPS', '~> 1.1.9', :configurations => ['Debug']
pod 'DoraemonKit/WithLoad', '~> 1.1.9', :configurations => ['Debug']
```
Core subspec作为核心,必须引入。

Expand Down Expand Up @@ -78,6 +78,17 @@ MockGPS存在一些兼容性问题(绝大部分情况是好的,问题详见[
[[DoraemonManager shareInstance] install];
}
```

**tips**:目前也支持使用block方式接入自定义测试模块,使用方式如下:

```
[[DoraemonManager shareInstance] addPluginWithTitle:@"标题" icon:@"doraemon_default" desc:@"测试插件" pluginName:@"TestPlugin(可以为空)" atModule:DoraemonLocalizedString(@"业务工具") handle:^(NSDictionary *itemData) {
NSLog(@"handle block plugin");
}];
```

### 4、swift 接入方式
pod 同 OC 一样

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://javer.oss-cn-shanghai.aliyuncs.com/doraemon/github/DoraemonKit_github.png" width = "150" height = "150" alt="DoraemonKit" align=left />
<img src="https://img.shields.io/github/license/didi/DoraemonKit.svg" align=left />
<img src="https://img.shields.io/badge/Android-1.1.7-blue.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.1.8-yellow.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.1.9-yellow.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://javer.oss-cn-shanghai.aliyuncs.com/doraemon/github/DoraemonKit_github.png" width = "150" height = "150" alt="DoraemonKit" align=left />
<img src="https://img.shields.io/github/license/didi/DoraemonKit.svg" align=left />
<img src="https://img.shields.io/badge/Android-1.1.7-blue.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.1.7-yellow.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.1.9-yellow.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>

Expand Down
10 changes: 5 additions & 5 deletions iOS/DoraemonKitDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ PODS:
- CocoaLumberjack (3.5.2):
- CocoaLumberjack/Core (= 3.5.2)
- CocoaLumberjack/Core (3.5.2)
- DoraemonKit/Core (1.1.8):
- DoraemonKit/Core (1.1.9):
- BSBacktraceLogger
- fishhook
- PNChart
- "UITextView+Placeholder"
- DoraemonKit/WithGPS (1.1.8):
- DoraemonKit/WithGPS (1.1.9):
- BSBacktraceLogger
- DoraemonKit/Core
- fishhook
- PNChart
- "UITextView+Placeholder"
- DoraemonKit/WithLoad (1.1.8):
- DoraemonKit/WithLoad (1.1.9):
- BSBacktraceLogger
- DoraemonKit/Core
- fishhook
- PNChart
- "UITextView+Placeholder"
- DoraemonKit/WithLogger (1.1.8):
- DoraemonKit/WithLogger (1.1.9):
- BSBacktraceLogger
- CocoaLumberjack
- DoraemonKit/Core
Expand Down Expand Up @@ -79,7 +79,7 @@ SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
BSBacktraceLogger: 06b983ee93a9f87d957960e9c73d660d5966b447
CocoaLumberjack: 118bf4a820efc641f79fa487b75ed928dccfae23
DoraemonKit: 63d23b938b11ae2c04c8c2caba2112da7d5bda83
DoraemonKit: efea4a8afe0a6f2aadffcf5e66010bff692c6f05
fishhook: ea19933abfe8f2f52c55fd8b6e2718467d3ebc89
PNChart: 84774d225c2126ded6c93d4dbe6ae98c3a73c2d2
UICountingLabel: 1db4e7d023e1762171eb226d6dff47a7a84f27aa
Expand Down

0 comments on commit c4b07ed

Please sign in to comment.