IGPenguin / mobile-toolkit

📱 Terminal tool for Android & iOS device management
MIT License
356 stars 43 forks source link

Switch to "go-ios" from "libimobiledevice" #219

Closed IGPenguin closed 2 years ago

IGPenguin commented 2 years ago

🐞 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

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

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

danielpaulus commented 2 years ago

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