mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 14:36:16 +01:00
im questioning everything I thought I knew about this stuff
This commit is contained in:
@@ -58,7 +58,9 @@ async fn main() {
|
||||
let dev_session = DeveloperSession::new(Arc::new(account));
|
||||
|
||||
// You can change the machine name, store directory (for certs, anisette data, & provision files), and logger
|
||||
let config = SideloadConfiguration::default().set_machine_name("isideload-demo".to_string());
|
||||
let config = SideloadConfiguration::default()
|
||||
.set_machine_name("isideload-demo".to_string())
|
||||
.set_force_sidestore(true);
|
||||
|
||||
sideload_app(&provider, &dev_session, app_path, config)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user