mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 06:26:16 +01:00
cache team
This commit is contained in:
@@ -117,7 +117,7 @@ async fn main() {
|
||||
};
|
||||
|
||||
let mut sideloader = SideloaderBuilder::new(dev_session, apple_id.to_string())
|
||||
.team_selection(TeamSelection::Prompt(team_selection_prompt))
|
||||
.team_selection(TeamSelection::PromptOnce(team_selection_prompt))
|
||||
.max_certs_behavior(MaxCertsBehavior::Prompt(cert_selection_prompt))
|
||||
.machine_name("isideload-minimal".to_string())
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user