|
3 | 3 | </p>
|
4 | 4 |
|
5 | 5 | [](https://img.shields.io/badge/iOS-%3E%3D8.0-f07e48.svg)
|
6 |
| -[](https://img.shields.io/badge/pod-v1.3.0-blue.svg) |
| 6 | +[](https://img.shields.io/badge/pod-v1.3.1-blue.svg) |
7 | 7 | [](https://github.com/Carthage/Carthage)
|
8 | 8 | [](https://img.shields.io/badge/Platform-iOS-lightgrey.svg)
|
9 | 9 | [](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
@@ -44,15 +44,15 @@ Choose LLDebugTool for your next project, or migrate over your existing projects
|
44 | 44 | <img src="https://raw.githubusercontent.com/HDB-Li/HDBImageRepository/master/LLDebugTool/ScreenShot-10.png" width="18%"> </img>
|
45 | 45 | </div>
|
46 | 46 |
|
47 |
| -## What's new in 1.3.0 |
| 47 | +## What's new in 1.3.1 |
48 | 48 |
|
49 | 49 | ### Hierarchy and magnifying is coming.
|
50 | 50 |
|
51 | 51 | Hierarchy function : Now you can use `Hierarchy` function to see every element on screen, and you can visually see their frame and properties, `Hierarchy info` will come soon.
|
52 | 52 |
|
53 | 53 | Magnifying function : Now you can use `Magnifying` function to see the contents or color of each pixel, this makes it easier for you to communicate with the UI designer.
|
54 | 54 |
|
55 |
| -More changes can be viewed in [Version 1.3.0 Project](https://github.com/HDB-Li/LLDebugTool/projects/8). |
| 55 | +More changes can be viewed in [Version 1.3.1 Project](https://github.com/HDB-Li/LLDebugTool/projects/8). |
56 | 56 |
|
57 | 57 | #### Add
|
58 | 58 |
|
@@ -98,15 +98,15 @@ More changes can be viewed in [Version 1.3.0 Project](https://github.com/HDB-Li/
|
98 | 98 | ##### Objective - C
|
99 | 99 |
|
100 | 100 | > 1. Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool' , '~> 1.0.0'`.
|
101 |
| -> 2. If only you want to use it only in Debug mode, Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool' , '~> 1.0.0' ,:configurations => ['Debug']`, Details also see [Wiki/Use in Debug environment](https://github.com/HDB-Li/LLDebugTool/wiki/Use-in-Debug-environment). If you want to specify the version, use as `pod 'LLDebugTool' , '1.3.0' ,:configurations => ['Debug']`. |
| 101 | +> 2. If only you want to use it only in Debug mode, Add a pod entry for LLDebugTool to your Podfile `pod 'LLDebugTool' , '~> 1.0.0' ,:configurations => ['Debug']`, Details also see [Wiki/Use in Debug environment](https://github.com/HDB-Li/LLDebugTool/wiki/Use-in-Debug-environment). If you want to specify the version, use as `pod 'LLDebugTool' , '1.3.1' ,:configurations => ['Debug']`. |
102 | 102 | > 3. The recommended approach is to use multiple targets and only add `pod 'LLDebugTool', '~> 1.0.0'` to Debug Target. This has the advantage of not contamiling the code in the Product environment and can be integrated into the App in the Archive Debug environment (if `:configurations => ['Debug']`, it can only run through XCode. It is not possible to Archive as an App).
|
103 | 103 | > 4. Install the pod(s) by running `pod install`. If you can't search `LLDebugTool` or you can't find the newest release version, running `pod repo update` before `pod install`.
|
104 | 104 | > 5. Include LLDebugTool wherever you need it with `#import "LLDebug.h"` or you can write `#import "LLDebug.h"` in your .pch in your .pch file.
|
105 | 105 |
|
106 | 106 | ##### Swift
|
107 | 107 |
|
108 | 108 | > 1. Add a pod entry for LLDebugToolSwift to your Podfile `pod 'LLDebugToolSwift' , '~> 1.0.0'`.
|
109 |
| -> 2. If only you want to use it only in Debug mode, Add a pod entry for LLDebugToolSwift to your Podfile `pod 'LLDebugToolSwift' , '~> 1.0.0' ,:configurations => ['Debug']`, Details also see [Wiki/Use in Debug environment](https://github.com/HDB-Li/LLDebugTool/wiki/Use-in-Debug-environment). If you want to specify the version, use as `pod 'LLDebugToolSwift' , '1.3.0' ,:configurations => ['Debug']`. |
| 109 | +> 2. If only you want to use it only in Debug mode, Add a pod entry for LLDebugToolSwift to your Podfile `pod 'LLDebugToolSwift' , '~> 1.0.0' ,:configurations => ['Debug']`, Details also see [Wiki/Use in Debug environment](https://github.com/HDB-Li/LLDebugTool/wiki/Use-in-Debug-environment). If you want to specify the version, use as `pod 'LLDebugToolSwift' , '1.3.1' ,:configurations => ['Debug']`. |
110 | 110 | > 3. The recommended approach is to use multiple targets and only add `pod 'LLDebugToolSwift', '~> 1.0.0'` to Debug Target. This has the advantage of not contamiling the code in the Product environment and can be integrated into the App in the Archive Debug environment (if `:configurations => ['Debug']`, it can only run through XCode. It is not possible to Archive as an App).
|
111 | 111 | > 4. Must be added in the Podfile **`use_frameworks!`**.
|
112 | 112 | > 5. Install the pod(s) by running `pod install`. If you can't search `LLDebugToolSwift` or you can't find the newest release version, running `pod repo update` before `pod install`.
|
|
0 commit comments