mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
autoload -Uz log_info
|
|
|
|
if (( ! ${+CODESIGN_IDENT_INSTALLER} )) {
|
|
typeset -g CODESIGN_IDENT_INSTALLER
|
|
log_info 'Setting up identity for installer package codesigning...'
|
|
read CODESIGN_IDENT_INSTALLER'?Apple Developer Installer ID: '
|
|
}
|