apple-platform-rs icon indicating copy to clipboard operation
apple-platform-rs copied to clipboard

Notarization option --api-key-file is not configurable via configuration file

Open basilevs opened this issue 1 year ago • 1 comments

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.

basilevs avatar May 17 '24 13:05 basilevs

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.

I would accept a PR to add the missing functionality if someone wants to contribute it.

indygreg avatar Nov 03 '24 01:11 indygreg