mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 03:08:07 +00:00
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
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: '
|
|
}
|