desktop
desktop copied to clipboard
Add Mac Crafter
This is a script that automates the process of building and codesigning the desktop client under macOS
With Mac Crafter, we can reliably produce Qt 6 builds that are fully codesigned. These builds are ready for distribution. Also super useful for testing changes to the client
Can be run by cding to the mac crafter folder and running swift run mac-crafter
. Can be provided with a codesigning identity with -c
Closes #6744
Depends on https://github.com/nextcloud/desktop-client-blueprints/pull/16