mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-26 04:02:34 +01:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
|
autoload -Uz log_info
|
||
|
|
||
|
if (( ! ${+CODESIGN_TEAM} )) {
|
||
|
typeset -g CODESIGN_TEAM
|
||
|
log_info 'Setting up Apple Developer Team ID for codesigning...'
|
||
|
read CODESIGN_TEAM'?Apple Developer Team ID (leave empty to use Apple Developer ID instead): '
|
||
|
}
|