The company I work for uses both managed Apple IDs and proxies.
We have been told to use notarytool
instead of xcrun altool
because the we can use api keys with notarytool
and altool
requires app-specific passwords, which managed Apple IDs can't use.
Because we require all outbound traffic to go through proxies, I need a way to configure notarytool
to use a proxy. Anyone know how?