In the past, I used to export a developer-signed test version of my macOS app in Xcode, create a zip archive from the Finder, upload it to my website and share the link to the testers. The last time I did this with macOS 14 the tester was still able to download the test app and run it.
But it seems that with macOS 15 the trick to open the context menu on the downloaded app and click Open to bypass the macOS warning that the app couldn't be checked when simply double-clicking it, doesn't work anymore. Now I'm always shown an alert that macOS couldn't check the app for malware, and pushes me to move it to the bin.
In this StackOverflow topic from 10 years ago they suggested to use ditto
and tar
to compress and uncompress the app, but neither worked for me.
How can I share macOS apps that I signed myself with testers without physically handing them a drive containing the uncompressed app?
macOS 15 removed control-click > Open as a mechanism to bypass Gatekeeper. The current process continues to be documented on our customer website in Safely open apps on your Mac
IMPORTANT For development-signed app, this won’t work if the app uses restricted entitlements, that is, entitlements that must be authorised by a provisioning profile. A development provisioning profile is limited to a specific set of Macs. See TN3125 Inside Code Signing: Provisioning Profiles for all the gory details on that topic.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"