From cd8cfcca75a52bfaf09a72af184d0ed8d7a2f303 Mon Sep 17 00:00:00 2001 From: nab138 Date: Thu, 27 Nov 2025 20:09:50 -0500 Subject: [PATCH] Disable obfuscation by default in example --- examples/minimal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/minimal/Cargo.toml b/examples/minimal/Cargo.toml index ac4fdcf..14aae5b 100644 --- a/examples/minimal/Cargo.toml +++ b/examples/minimal/Cargo.toml @@ -5,6 +5,6 @@ edition = "2024" publish = false [dependencies] -isideload = { path = "../../isideload", features = ["vendored-openssl", "obfuscate"] } +isideload = { path = "../../isideload", features = ["vendored-openssl"] } idevice = { version = "0.1.46", features = ["usbmuxd", "ring"], default-features = false} tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] }