Cloud build for Mac

Can you actually use cloud build to output a usable, secure (no complaints on other users running) mac build currently? Signed? Notarized?

Currently it is a longish manual process to distribute internal mac builds for me as xcode, sign/notarize, build an install package (so can distribute without security being stripped like in zip file). Is a better way?

I’ve not found anything that does it natively but I’ve had a lot of success with this build system (GitHub - UNSH/Unity-Apple-Distribution-Workflow: Workflow to automate prepare Unity builds for in -or outside of the Appstore. A folder chronology with instructions, guides, templates, and scripts to finalise Unity builds for Apple from start to finish.). I often build the app on the cloud build, download it and then run that script to sign it and create an installer.

The script has a lot of prompts for questions but you can edit it yourself to remove those and make it more streamlined. You can also add a few lines to upload the resulting installer to TestFlight.

1 Like