All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good
- Introduced a new script, codesign-macos-app.mjs, to handle the code signing of macOS application bundles. - Replaced the existing resignMacAppBundle function in finalize-desktop-artifacts.mjs with a call to the new codesignMacAppBundle function for improved clarity and maintainability. - Enhanced error handling and logging during the code signing process to provide better feedback on failures. - Updated the logic for resolving the app bundle path to streamline the signing process.