mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 03:08:07 +00:00
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
autoload -Uz log_info
|
|
|
|
if (( ! ${+CODESIGN_IDENT_INSTALLER} )) {
|
|
typeset -g CODESIGN_IDENT_INSTALLER
|
|
log_info 'Setting up Apple Developer Installer ID for installer package codesigning...'
|
|
read CODESIGN_IDENT_INSTALLER'?Apple Developer Installer ID: '
|
|
}
|