在线安装brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
iPhone
1.安装ideviceinstaller
brew install ideviceinstaller
2.终端安装
ideviceinstaller -i .ipa路径
安卓
1.安装adb工具
brew install --cask android-platform-tools
2.终端安装
adb install .apk路径
网友评论