File: read_codesign

package info (click to toggle)
obs-noise 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,744 kB
  • sloc: ansic: 1,937; sh: 153; makefile: 26; cpp: 16
file content (7 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (44)
1
2
3
4
5
6
7
autoload -Uz log_info

if (( ! ${+CODESIGN_IDENT} )) {
  typeset -g CODESIGN_IDENT
  log_info 'Setting up identity for application codesigning...'
  read CODESIGN_IDENT'?Apple Developer Application ID: '
}