mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 10:22:42 +01:00
8 lines
188 B
Plaintext
Executable File
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: '
|
|
}
|