Migrate to plist_macro crate for utils

This commit is contained in:
Jackson Coxson
2025-12-31 21:21:37 -07:00
parent 081cb2f8d8
commit 6d9f0987c1
17 changed files with 385 additions and 878 deletions

View File

@@ -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;