提交 c4b07ed2 编写于 作者: Y yixiang

1.1.9 ios readme

上级 1e44ac66
# 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、支持国际化,中英文
......
......@@ -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作为核心,必须引入。
......@@ -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 一样
......
......@@ -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>
......
......@@ -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>
......
......@@ -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
......@@ -79,7 +79,7 @@ SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
BSBacktraceLogger: 06b983ee93a9f87d957960e9c73d660d5966b447
CocoaLumberjack: 118bf4a820efc641f79fa487b75ed928dccfae23
DoraemonKit: 63d23b938b11ae2c04c8c2caba2112da7d5bda83
DoraemonKit: efea4a8afe0a6f2aadffcf5e66010bff692c6f05
fishhook: ea19933abfe8f2f52c55fd8b6e2718467d3ebc89
PNChart: 84774d225c2126ded6c93d4dbe6ae98c3a73c2d2
UICountingLabel: 1db4e7d023e1762171eb226d6dff47a7a84f27aa
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册