Skip to content

Commit

Permalink
ci: git action
Browse files Browse the repository at this point in the history
  • Loading branch information
codematrixer committed Nov 4, 2024
1 parent 97908b1 commit cca07a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pip3 install poetry
git clone [email protected]:codematrixer/ui-viewer.git
cd ui-viewer
poetry lock --no-update
poetry install
poetry build
```
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![pypi version](https://img.shields.io/pypi/v/uiviewer.svg)](https://pypi.python.org/pypi/uiviewer)
![python](https://img.shields.io/pypi/pyversions/uiviewer.svg)

UI hierarchy inspector, supporting `Android`, `iOS`, and `HarmonyOS NEXT`.
UI hierarchy inspector for Mobile App, supporting `Android`, `iOS`, and `HarmonyOS NEXT`.

Its features include:

Expand Down Expand Up @@ -60,6 +60,7 @@ python3 -m uiviewer -p <PORT>

# Tips
- If you are using a virtual environment, please make sure to activate it before running the command.

- On iOS, please ensure that WDA is successfully started and wda port forwarding is successful in advance.
- First, Use `xcode` or `tidevice` or `go-ios` to launch wda.
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aiofiles = "^23.1.0"
uiautomator2 = "^3.0.0"
facebook-wda = "^1.0.5"
tidevice = "^0.12.10"
hmdriver2 = "^1.3.0"
hmdriver2 = "^1.3.1"

[tool.poetry.extras]

Expand Down

0 comments on commit cca07a7

Please sign in to comment.