- Support for take screenshot.
- Device details are displayed on the Home page.
- App info is displayed on the Application Management page.
This plugin depends on libimobiledevice to do certain things. Install it with Homebrew.
-
First, install Homebrew.
-
Now, you can install libimobiledevice like this
$ brew install --HEAD libimobiledevice $ brew link --overwrite libimobiledevice $ sudo chmod -R 777 /var/db/lockdown/
-
Now, you can plugged in your iOS device and testing your libimobiledevice commandline tools.
$ ideviceinfo $ idevicescreenshot
- Install Lyrebird plugin - iOS
$ pip3 install lyrebird-ios
-
Clone repo
$ git clone <repo>
-
Enter to lyrebird-ios
$ cd lyrebird-ios
-
Make virtual environment
$ python3 -m venv venv
-
Open project
Re-install libimobiledevice, and make sure below command executed
$ sudo chmod -R 777 /var/db/lockdown/
Tips:
Reference solution on stackoverflow
You must have to mount the developer disk image on your device. See -> How to enable dev on your device