mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Migrate to plist_macro crate for utils
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
use clap::{Arg, Command, arg};
|
||||
use idevice::{
|
||||
IdeviceService, RsdService, companion_proxy::CompanionProxy,
|
||||
core_device_proxy::CoreDeviceProxy, pretty_print_dictionary, pretty_print_plist,
|
||||
rsd::RsdHandshake,
|
||||
core_device_proxy::CoreDeviceProxy, rsd::RsdHandshake,
|
||||
};
|
||||
use plist_macro::{pretty_print_dictionary, pretty_print_plist};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
// Jackson Coxson
|
||||
|
||||
use clap::{Arg, Command, arg};
|
||||
use idevice::{IdeviceService, lockdown::LockdownClient, pretty_print_plist};
|
||||
use idevice::{IdeviceService, lockdown::LockdownClient};
|
||||
use plist::Value;
|
||||
use plist_macro::pretty_print_plist;
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -4,10 +4,8 @@
|
||||
use std::{io::Write, path::PathBuf};
|
||||
|
||||
use clap::{Arg, Command, arg, value_parser};
|
||||
use idevice::{
|
||||
IdeviceService, lockdown::LockdownClient, mobile_image_mounter::ImageMounter,
|
||||
pretty_print_plist,
|
||||
};
|
||||
use idevice::{IdeviceService, lockdown::LockdownClient, mobile_image_mounter::ImageMounter};
|
||||
use plist_macro::pretty_print_plist;
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
|
||||
use clap::{Arg, Command};
|
||||
use idevice::{
|
||||
IdeviceService, RsdService, core_device_proxy::CoreDeviceProxy, pretty_print_dictionary,
|
||||
IdeviceService, RsdService, core_device_proxy::CoreDeviceProxy,
|
||||
restore_service::RestoreServiceClient, rsd::RsdHandshake,
|
||||
};
|
||||
use plist_macro::pretty_print_dictionary;
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user