| | |
| | | #!/usr/bin/env bash |
| | | # |
| | | # build-release-macos.sh — Build a signed & notarized macOS DMG for PrivateVoice Input |
| | | # build-release-macos.sh — Build a signed & notarized macOS DMG for PrivateVoice Dictation |
| | | # |
| | | # Prerequisites (one-time): |
| | | # 1. Install Developer ID certificate in Keychain |
| | |
| | | IDENTITY="Developer ID Application: Ningbo Zhuozhi Innovation Network Technology Co., Ltd. (3HY4G7M2AL)" |
| | | KEYCHAIN_PROFILE="privatevoice" |
| | | |
| | | APP_NAME="PrivateVoice Input" |
| | | APP_NAME="PrivateVoice Dictation" |
| | | BUNDLE_ID="com.privatevoice.input" |
| | | |
| | | SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" |