/install_on_iOS

This is a bash script for install app into many iphones.

Primary LanguageSwift

description

This is a bash script for install app into many iphones and android phones.

dependency

usage

Put ios file and your app in the same folder for install ipa to ihpone.

Put and file and your app in the same folder for install apk to android phone.

install

./ios install appname.ipa
./and install appname.apk

uninstall

./ios uninstall <yourapp's Identifier>
./and uninstall <yourapp's Identifier>