MASTG-TOOL-0054: ios-deploy
Withios-deploy you can install and debug iOS apps from the command line, without using Xcode. It can be installed via brew on macOS:
brewinstallios-deployAlternatively:
gitclonehttps://github.com/ios-control/ios-deploy.gitcdios-deploy/xcodebuildcdbuild/Release./ios-deployln-s<your-path-to-ios-deploy>/build/Release/ios-deploy/usr/local/bin/ios-deployThe last line creates a symbolic link and makes the executable available system-wide. Reload your shell to make the new commands available:
zsh:# . ~/.zshrcbash:# . ~/.bashrc