Open momentarylapse opened 2 weeks ago
App bundles can already be built via ninja bundle.
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.
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.