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

Add codesign for macos build #7971

Merged
merged 4 commits into from
Apr 19, 2024
Merged

Conversation

xoriole
Copy link
Contributor

@xoriole xoriole commented Apr 17, 2024

This PR adds code signing for MacOS build.

The sign message which includes the Signer's Identity is to be passed via environment variable during the build process.

The final dmg created after code signing works well on earlier version of MacOS without issues. However, for the newer version of the macos, to pass through the gatekeeper, the DMG and included executables needs to be notarized using notary tool. At the moment, the notarization is not passing yet.

The fix for notarization is outside the scope of this PR. That will be addressed as part of the build script pipeline in Jenkins as notarization can take up to 30 mins to complete and requires setting up key profiles.

@xoriole xoriole marked this pull request as ready for review April 18, 2024 14:09
@xoriole xoriole requested review from a team and drew2a and removed request for a team April 18, 2024 14:17
@xoriole xoriole marked this pull request as draft April 18, 2024 14:17
@drew2a drew2a self-requested a review April 18, 2024 16:00
@xoriole xoriole marked this pull request as ready for review April 19, 2024 09:38
@xoriole xoriole requested a review from kozlovsky April 19, 2024 15:28
@xoriole xoriole merged commit 9902228 into Tribler:release/7.14 Apr 19, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants