mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 11:19:49 +00: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): '
|
|
}
|