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
I can't find a way to move static options (those that never change) of rcodesign from command line to configuration file or environment.
At the moment, I'm interested in --api-key-file for notarization and --for-notarization for sign.
The text was updated successfully, but these errors were encountered:
We don't yet have config file support for notarization.
The config file schema is designed for extensions like this. We could just add a notarize table or similar for providing settings like --api-key-file.
notarize
--api-key-file
I would accept a PR to add the missing functionality if someone wants to contribute it.
Sorry, something went wrong.
No branches or pull requests
I can't find a way to move static options (those that never change) of rcodesign from command line to configuration file or environment.
At the moment, I'm interested in --api-key-file for notarization and --for-notarization for sign.
The text was updated successfully, but these errors were encountered: