Update README

This commit is contained in:
nab138
2025-08-09 22:41:58 -04:00
parent f0cc29766a
commit eff4acca13
3 changed files with 61 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ async fn main() {
// This is where certificates, mobileprovision, and anisette data will be stored
let store_dir = std::env::current_dir().unwrap();
// DefaultLogger just prints to the stdout/stderr, but you can provide your own implementation
sideload_app(DefaultLogger {}, &dev_session, &device, app_path, store_dir)
.await
.unwrap()