macOS使用ideviceinstaller命令行安裝IPA文件,簽名IPA相關(guān)內(nèi)容。
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、相關(guān)命令
ideviceinstaller -l 查看連接的iOS設(shè)備
ideviceinstaller -i xx.ipa 安裝ipa文件
ideviceinstaller --list-apps 列出安裝的app
ideviceinstaller --uninstall <appid> 卸載app
ideviceinstaller --help 幫助菜單
3、最簡(jiǎn)單的使用場(chǎng)景
你找了個(gè)砸殼的IPA文件,用ios-app-signer使用xcode生成的個(gè)人證書(shū)簽了個(gè)名,想安裝到iPad上,因?yàn)槟愕膞code版本或者macOS系統(tǒng)版本太低,無(wú)法使用xcode或者finder添加安裝,這時(shí)候你可以考慮用命令行安裝此IPA文件。
4、國(guó)外在線簽名IPA的網(wǎng)站(用于P12證書(shū))
https://sign.ipadump.com/#/home