mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 22:46:15 +01:00
add custom machine name into example
This commit is contained in:
@@ -125,6 +125,7 @@ async fn main() {
|
||||
let mut sideloader = SideloaderBuilder::new(dev_session, apple_id.to_string())
|
||||
.team_selection(TeamSelection::Prompt(team_selection_prompt))
|
||||
.max_certs_behavior(MaxCertsBehavior::Prompt(cert_selection_prompt))
|
||||
.machine_name("isideload-demo".to_string())
|
||||
.build();
|
||||
|
||||
let result = sideloader.install_app(&provider, app_path).await;
|
||||
|
||||
Reference in New Issue
Block a user