obs-aitum-multistream/.github/scripts/utils.zsh/read_codesign_user
2024-06-13 17:43:54 +02:00

8 lines
188 B
Plaintext
Executable File

autoload -Uz log_info
if (( ! ${+CODESIGN_IDENT_USER} )) {
typeset -g CODESIGN_IDENT_USER
log_info 'Setting up Apple ID for notarization...'
read CODESIGN_IDENT_USER'?Apple ID: '
}