We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should create a temporary POC with initial implementation
The text was updated successfully, but these errors were encountered:
Dadoum's vision for the API/how it should look:
let account = AppleAccount::login(...ui handlers...)?; let xcode_session = XcodeSession::with(&account)?; let certificate = if let Some(cert) = keyring.contains("certificate thing") { cert } else { let certificate = CertificateSigningRequest::new(); let accepted_certificate = xcode_session.submit_csr(certificate); keyring.add("certificate", &certificate); accepted_certificate } let teams = xcode_session.list_teams(); xcode_session.new_app_id(teams[0], "com.sidestore.SideStore.DWFXTYIGS")?; let provisioning_profile = xcode_session.get_provisioning_profile(teams[0], "com.sidestore.SideStore.DWFXTYIGS");```
Sorry, something went wrong.
f1shy-dev
No branches or pull requests
Should create a temporary POC with initial implementation
The text was updated successfully, but these errors were encountered: