Skip to content

Commit

Permalink
update readme for ios17
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Jan 11, 2024
1 parent 253a109 commit 12f4bae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
[![PyPI](https://img.shields.io/pypi/v/tidevice)](https://pypi.org/project/tidevice/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/tidevice)](https://pypistats.org/search/tidevice)

## iOS17的支持通知
本来想自己实现iOS17的支持,但是发现自己没这个实力,不过社区还是很强大的,目前发现了一个好项目能支持iOS17: pymobiledevice3,这个项目的代码写的非常好,因为太过优秀,我就不继续在tidevice里面去实现了。不过这个项目的命令行好像不太友好,所以我又搞了一个新项目

https://github.com/codeskyblue/tidevice3

基于pymobiledevice3做封装,封装了一些常用的功能,如app install uninstall screenshot。欢迎体验

[English](README_EN.md)

QQ交流群: _134535547_ (进群答案: 自己猜吧,不行就问gpt)
Expand Down
8 changes: 8 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
[![PyPI](https://img.shields.io/pypi/v/tidevice)](https://pypi.org/project/tidevice/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/tidevice)](https://pypistats.org/search/tidevice)

# iOS17 Support Notification
I originally wanted to implement support for iOS17 myself, but I realized I didn't have the capability. However, the community is still very strong, and I've found a great project that supports iOS17: pymobiledevice3. The code in this project is written very well. Because it is so outstanding, I decided not to continue implementing it in tidevice.
However, the command line interface of this project seems not very user-friendly, so I started a new project:

https://github.com/codeskyblue/tidevice3

This is based on pymobiledevice3 and wraps some common functionalities like app install, uninstall, and screenshot. You are welcome to try it out.

[中文文档](README.md)

Command line tool to communicate with iOS device, support the following functions
Expand Down

0 comments on commit 12f4bae

Please sign in to comment.