We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
momentarylapse
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: