mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-26 04:02:34 +01:00
8 lines
260 B
Plaintext
Executable File
8 lines
260 B
Plaintext
Executable File
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: '
|
|
}
|