-

-

-

-

-

-

+#### Gif
+
+
+

+

+
+
+#### ScreenShots
+
+
-## 最近更新 (1.0.3)
+## 最近更新 (1.1.0)
-- 修复一些内存泄漏问题。
+- 添加截屏功能。
+
+ **你可以通过同时按住home键和power键来进行截屏,也可以双击悬浮球来进行截屏,截屏后对图画添加一些简单的标注,最终将截图保存到沙盒或者相册中。 这项功能可以在测试人员测试app时,更好的标记Bug、UI问题或者其他情况。**
+
+
+

+
## 我能用LLDebugTool做什么?
@@ -49,7 +63,7 @@ LLDebugTool是一款针对开发者和测试者的调试工具,它可以帮助
[CocoaPods](http://cocoapods.org) 是集成`LLDebugTool`的首选方式。
-1. 添加 `pod 'LLDebugTool'` 到你的Podfile里。如果只想在Debug模式下使用,则添加`pod 'LLDebugTool' ,:configurations => ['Debug']` 到你的Podfile里。
+1. 添加 `pod 'LLDebugTool'` 到你的Podfile里。如果只想在Debug模式下使用,则添加`pod 'LLDebugTool' ,:configurations => ['Debug']` 到你的Podfile里,详细的配置方式可以查看[Wiki/如何仅在Debug环境中使用](https://github.com/HDB-Li/LLDebugTool/wiki/如何仅在Debug环境中使用)。
2. 终端输入`pod install`来进行集成。搜索不到`LLDebugTool`时,可先运行`pod repo update`,再执行`pod install`。
3. 在你需要使用LLDebugTool的文件里添加`#import "LLDebug.h"`,或者直接在pch文件中添加`#import "LLDebug.h"`。
@@ -158,7 +172,8 @@ LLDebugTool提供了一个快捷的方式来查看和操作沙盒文件,你可
### 更多使用
-你可以下载并运行["LLDebugToolDemo"](https://github.com/HDB-Li/LLDebugTool/archive/master.zip)来发现LLDebugTool的更多使用方式。Demo是在XCode9.3,ios 11.3,cocoapods 1.5.0下运行的,如果有任何版本兼容问题,请告诉我。
+* 你可以通过查看[Wiki](https://github.com/HDB-Li/LLDebugTool/wiki),获得更多帮助。
+* 你可以下载并运行[LLDebugToolDemo](https://github.com/HDB-Li/LLDebugTool/archive/master.zip)来发现LLDebugTool的更多使用方式。Demo是在XCode9.3,ios 11.3,cocoapods 1.5.0下运行的,如果有任何版本兼容问题,请告诉我。
## 要求
@@ -170,6 +185,8 @@ LLDebugTool在支持ios8+,并且需要使用ARC模式。使用到的框架已
* `SystemConfiguration`
+* `Photos`
+
* `malloc`
* `mach-o`
diff --git a/README.md b/README.md
index 4df0b054..661344f9 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[](https://img.shields.io/badge/IOS-%3E%3D8.0-f07e48.svg)
-[](https://img.shields.io/badge/pod-v1.0.3-blue.svg)
+[](https://img.shields.io/badge/pod-v1.1.0-blue.svg)
[](https://img.shields.io/badge/platform-ios-lightgrey.svg)
[](https://img.shields.io/badge/license-MIT-91bc2b.svg)
[](https://img.shields.io/badge/Language-Objective--C-yellow.svg)
@@ -16,18 +16,32 @@ LLDebugTool is a debugging tool for developers and testers that can help you ana
Choose LLDebugTool for your next project, or migrate over your existing projects—you'll be happy you did!
-
-

-

-

-

-

-

+#### Gif
+
+
+

+

+
+
+#### ScreenShots
+
+
-## Recent updates (1.0.3)
+## Recent updates (1.1.0)
-- Fix some leaks.
+- Add screenshot function.
+
+ **You can by holding down the home button and power button at the same time to make screenshots, can also double-click the suspension ball to screenshots, screenshots for pictures after adding some simple annotation, eventually will save screenshots to sandbox or photo album. This feature allows testers to better mark bugs, UI issues, or other situations when testing an app.**
+
+
+

+
## What can you do with LLDebugTool?
@@ -49,7 +63,7 @@ Choose LLDebugTool for your next project, or migrate over your existing projects
[CocoaPods](http://cocoapods.org) is the recommended way to add `LLDebugTool` to your project.
-1. Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool'`,If only you want to use it only in Debug mode, Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool' ,:configurations => ['Debug']`.
+1. Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool'`,If only you want to use it only in Debug mode, Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool' ,:configurations => ['Debug']`, Details also see [Wiki/Use in Debug environment](https://github.com/HDB-Li/LLDebugTool/wiki/Use-in-Debug-environment).
2. Install the pod(s) by running `pod install`. If you can't search `LLDebugTool`, running `pod repo update` before `pod install`.
3. Include LLDebugTool wherever you need it with `#import "LLDebug.h"` or you can write `#import "LLDebug.h"` in your .pch in your .pch file.
@@ -158,7 +172,8 @@ LLDebugTool provides a quick way to view and manipulate sandbox, you can easily
### More Usage
-You can download and run the ["LLDebugToolDemo"](https://github.com/HDB-Li/LLDebugTool/archive/master.zip) to find more use with LLDebugTool. The demo is build under XCode9.3, ios 11.3 and cocoapods 1.5.0. If there is any version compatibility problem, please let me know.
+* You can get more help by looking at the [Wiki](https://github.com/HDB-Li/LLDebugTool/wiki).
+* You can download and run the [LLDebugToolDemo](https://github.com/HDB-Li/LLDebugTool/archive/master.zip) to find more use with LLDebugTool. The demo is build under XCode9.3, ios 11.3 and cocoapods 1.5.0. If there is any version compatibility problem, please let me know.
## Requirements
@@ -170,6 +185,8 @@ LLDebugTool works on iOS 8+ and requires ARC to build. It depends on the followi
* `SystemConfiguration`
+* `Photos`
+
* `malloc`
* `mach-o`