Skip to content

Commit cca07a7

Browse files
committed
ci: git action
1 parent 97908b1 commit cca07a7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DEVELOP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pip3 install poetry
1515
git clone git@github.com:codematrixer/ui-viewer.git
1616
cd ui-viewer
1717
18+
poetry lock --no-update
1819
poetry install
1920
poetry build
2021
```

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![pypi version](https://img.shields.io/pypi/v/uiviewer.svg)](https://pypi.python.org/pypi/uiviewer)
44
![python](https://img.shields.io/pypi/pyversions/uiviewer.svg)
55

6-
UI hierarchy inspector, supporting `Android`, `iOS`, and `HarmonyOS NEXT`.
6+
UI hierarchy inspector for Mobile App, supporting `Android`, `iOS`, and `HarmonyOS NEXT`.
77

88
Its features include:
99

@@ -60,6 +60,7 @@ python3 -m uiviewer -p <PORT>
6060

6161
# Tips
6262
- If you are using a virtual environment, please make sure to activate it before running the command.
63+
6364
- On iOS, please ensure that WDA is successfully started and wda port forwarding is successful in advance.
6465
- First, Use `xcode` or `tidevice` or `go-ios` to launch wda.
6566
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aiofiles = "^23.1.0"
1818
uiautomator2 = "^3.0.0"
1919
facebook-wda = "^1.0.5"
2020
tidevice = "^0.12.10"
21-
hmdriver2 = "^1.3.0"
21+
hmdriver2 = "^1.3.1"
2222

2323
[tool.poetry.extras]
2424

0 commit comments

Comments
 (0)