mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 22:46:14 +01:00
Allow for domain lookups for get_all
This commit is contained in:
@@ -82,5 +82,5 @@ async fn main() {
|
||||
.await
|
||||
);
|
||||
println!("{:?}", lockdown_client.idevice.get_type().await.unwrap());
|
||||
println!("{:#?}", lockdown_client.get_all_values().await);
|
||||
println!("{:#?}", lockdown_client.get_all_values(None).await);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user