#!/bin/bash
echo "$0 $*" >> "$RECORD_DIR/security.log"
if [[ "$1" == "find-identity" ]]; then
  echo '  1) AAAA1111 "Developer ID Application: Acme Inc (TEAM1234)"'
fi
exit 0
