# 安装
pip3 install -U "tidevice[openssl]"
# 配对
tidevice.exe pair
# 查看连接设备
tidevice.exe list
# 安装应用
tidevice.exe install example.ipa
# 指定设备安装
tidevice.exe -u 设备名 install *.ipa
# 卸载应用
tidevice uninstall *.ipa
# 启动应用
tidevice launch *.ipa
# 停止应用
tidevice kill *.ipa
# 查看已安装应用
tidevice applist
# 查看运行中的应用
tidevice ps
tidevice ps --json output as json
tidevice-【iOS安装工具包】
最新推荐文章于 2024-08-01 10:36:29 发布
这篇博客介绍了如何使用`tidevice`工具进行iOS设备的管理,包括设备配对、应用安装、卸载、启动和停止,以及查看已安装应用和运行中的应用列表。这些操作对于iOS开发者进行应用测试和调试非常实用。
595

被折叠的 条评论
为什么被折叠?



