使用libimobiledevice + ifuse提取iOS沙盒文件

libimobiledevice:一个开源包,可以让Linux支持连接iPhone/iPod Touch等iOS设备。

Git仓库: https://github.com/libimobiledevice/libimobiledevice.git

 

ifuse: 也是一个开源包,可以用来访问iDevice的工具

Git仓库: https://github.com/libimobiledevice/ifuse.git

 

我们可以利用libimobiledevice与ifuse进行shell封装,辅助实现自动化的测试过程。

这里我们用来提取iOS设备上APP沙盒中的日志文件

 

 

快速直接安装libmobiledevice的方法

MacOS上安装libimobiledevice

sudo brew update sudo brew install libimobiledevice #libimobiledevice中并不包含ipa的安装命令,所以还需要安装 sudo brew install ideviceinstaller

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpdffd.html