mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
autoload -Uz log_info
|
|
|
|
if (( ! ${+CODESIGN_IDENT_USER} )) {
|
|
typeset -g CODESIGN_IDENT_USER
|
|
log_info 'Setting up developer id for codesigning...'
|
|
read CODESIGN_IDENT_USER'?Apple Developer ID: '
|
|
}
|