Skip to content

[DX-3657] chore: no passport zip archive in releases #453

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

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

nattb8
Copy link
Collaborator

@nattb8 nattb8 commented Apr 7, 2025

Summary

Currently, when a user downloads the Passport ZIP archive from the Releases page and installs the SDK locally on a Mac, they may encounter a Gatekeeper warning about the .bundle file. This happens because the .bundle inside the ZIP is unsigned, which leads macOS to flag it and block execution.

However, when the SDK is installed via Git (e.g., using a Git URL), the files are not quarantined, and no such warning appears.

This PR removes the Passport ZIP archive from the Releases page, as installing via Git provides a smoother and more reliable experience.

@nattb8 nattb8 requested a review from a team April 7, 2025 07:15
@nattb8 nattb8 enabled auto-merge April 7, 2025 07:16
@nattb8 nattb8 merged commit 7f6ce16 into main Apr 7, 2025
22 of 24 checks passed
@nattb8 nattb8 deleted the chore/no-zip-release branch April 7, 2025 20:57
@github-actions github-actions bot added the chore label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants