The easiest way to manage your iOS devices.
- Support for take screenshot.
- Device details are displayed on the Home page.
- App info is displayed on the Application Management page.
- Integration in overbridge.
- Support for adding screenshot attachments to Bugit.
This plugin currently 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 $ brew install --HEAD ideviceinstaller $ brew link --overwrite ideviceinstaller $ 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 both libimobiledevice and ideviceinstaller, and then 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