momentarylapse / tsunami

A simple but powerful audio editor
GNU General Public License v3.0
77 stars 6 forks source link

[macOS] Proper app bundle release #20

Open momentarylapse opened 2 weeks ago

momentarylapse commented 2 weeks ago

App bundles can already be built via ninja bundle.

The problem: the app bundle can not easily be downloaded and run on a different machine. MacOS will flag the file as untrustworthy.

It is possible to force the system to trust the app via some terminal commands. That is not very user-friendly.

Maybe one needs to be registered as an official Apple™ Developer™©. Need to figure out, if that is possible without paying money. Or if there is another way.