mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Add domain to lockdown get value
This commit is contained in:
@@ -65,7 +65,10 @@ async fn main() {
|
||||
}
|
||||
};
|
||||
|
||||
println!("{:?}", lockdown_client.get_value("ProductVersion").await);
|
||||
println!(
|
||||
"{:?}",
|
||||
lockdown_client.get_value("ProductVersion", None).await
|
||||
);
|
||||
|
||||
println!(
|
||||
"{:?}",
|
||||
|
||||
Reference in New Issue
Block a user