IGPenguin / mobile-toolkit

πŸ“± Terminal tool for Android & iOS device management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to "go-ios" from "libimobiledevice"

IGPenguin opened this issue Β· comments

🐞 Whats wrong

libimobiledevice tool is not being supported actively by its authors.

🌈 Desired state

Unlock more possibilities to implement new features and optimize scripts.
New features could include launching and killing installed apps and much more! πŸ™€

πŸ“ Challenges

Rework all iOS scripts from scratch with different open source utility.

πŸ“‚ Sources

https://github.com/danielpaulus/go-ios

git clone git@github.com:danielpaulus/go-ios.git
brew install go
cd go-ios
go run . -> Downloads dependencies
go run . list --nojson

go run . install --nojson --path=/Users/intergalacticpenguin/Downloads/PCI-Full_3.2.2_14102021.ipa

If you want crashlogs, just open an issue. Should be easy to add.