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

Support using env vars for macOS notarization even if a macOS config exists #246

Merged
merged 3 commits into from
Jun 26, 2024

Commits on Jun 18, 2024

  1. Support using env vars for macOS notarization even if a macOS config …

    …exists.
    
    Currently there is another related bug in the schema parsing that doesn't allow
    actually specifying the notarization authentication parameters in the package metadata
    of Cargo.toml, so this change is actually the only way to currently use the notarization
    features on macOS.
    kevinaboos committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9cce648 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Restructure error handling for notarization on macOS.

    Add `.changes` file.
    kevinaboos committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f535ea2 View commit details
    Browse the repository at this point in the history
  2. indentation correction

    kevinaboos committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b5202c4 View commit details
    Browse the repository at this point in the history