This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Description:
We need to enhance our build process to support macOS universal binaries and installers. This will ensure compatibility across both Intel (x86_64) and Apple Silicon (arm64) architectures.
Requirements:
- Build the macOS universal binary (combining x86_64 and arm64 architectures) for the application.
- Modify the installer to include the universal binary, ensuring it can run on both Intel and Apple Silicon machines.
- Update the CI pipeline to automatically build the macOS universal binary and installer as part of the release process.
Acceptance Criteria:
- The application should run natively on both Intel and Apple Silicon Macs.
- The installer should properly detect the architecture and install the universal binary.
- Verify that the build process is integrated into the CI pipeline and functions as expected.
Additional Notes:
- Test on both Intel and Apple Silicon Macs to ensure compatibility.