macOS使用ideviceinstaller命令行安装IPA文件,签名IPA相关内容。
ideviceinstaller
https://github.com/libimobiledevice/ideviceinstaller
https://libimobiledevice.org/
iOS App Signer 签名工具
https://dantheman827.github.io/ios-app-signer/
Homebrew
https://brew.sh/index_zh-cn
1、安装
brew install libimobiledevice
2、相关命令
ideviceinstaller -l 查看连接的iOS设备
ideviceinstaller -i xx.ipa 安装ipa文件
ideviceinstaller --list-apps 列出安装的app
ideviceinstaller --uninstall <appid> 卸载app
ideviceinstaller --help 帮助菜单
3、最简单的使用场景
你找了个砸壳的IPA文件,用ios-app-signer使用xcode生成的个人证书签了个名,想安装到iPad上,因为你的xcode版本或者macOS系统版本太低,无法使用xcode或者finder添加安装,这时候你可以考虑用命令行安装此IPA文件。
4、国外在线签名IPA的网站(用于P12证书)
https://sign.ipadump.com/#/home