mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-02 10:32:07 -05: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): '
|
|
}
|