mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-26 07:08:34 -05: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: '
|
|
}
|