Skip to content
New issue

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

feat: Make notarization with Apple ID more usable #8159

Merged
merged 2 commits into from
Apr 3, 2024

Commits on Mar 31, 2024

  1. Make notarization with Apple ID more usable

    Previously, we supported notarizing with the legacy `altool` or the new `notarytool` API. The legacy tool has since been decommissioned.
    1. Look at `APPLE_TEAM_ID` environment variable for getting the team to notarize as. Previously, when authenticating with an Apple ID, this property was used to determine whether to notarize with the old or new API. It's confusing to have the authentication split across these two places.
    2. Mark legacy notarize API as deprecated and remove old validation.
    rotu committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b4fcbdf View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Add changeset

    rotu committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    fa6ee83 View commit details
    Browse the repository at this point in the history