From 3fbceec8de833416bf1ae049f959f222c3f1a4a0 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Tue, 02 Jun 2026 14:05:59 +0800 Subject: [PATCH] Prepare Round 1 model profile QA baseline --- privatevoice.src/scripts/build-release-macos.sh | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VoiceSnapGo/scripts/build-release-macos.sh b/privatevoice.src/scripts/build-release-macos.sh similarity index 97% rename from VoiceSnapGo/scripts/build-release-macos.sh rename to privatevoice.src/scripts/build-release-macos.sh index 0e8d7da..8eefac1 100755 --- a/VoiceSnapGo/scripts/build-release-macos.sh +++ b/privatevoice.src/scripts/build-release-macos.sh @@ -1,11 +1,11 @@ #!/usr/bin/env bash # -# build-release-macos.sh — Build a signed & notarized macOS DMG for VoiceSnap +# build-release-macos.sh — Build a signed & notarized macOS DMG for PrivateVoice Input # # Prerequisites (one-time): # 1. Install Developer ID certificate in Keychain # 2. Store notarization credentials: -# xcrun notarytool store-credentials "voicesnap" \ +# xcrun notarytool store-credentials "privatevoice" \ # --apple-id "your@apple.id" --team-id "3HY4G7M2AL" \ # --password "app-specific-password" # @@ -17,10 +17,10 @@ # ── Configuration ───────────────────────────────────────────────────────────── IDENTITY="Developer ID Application: Ningbo Zhuozhi Innovation Network Technology Co., Ltd. (3HY4G7M2AL)" -KEYCHAIN_PROFILE="voicesnap" +KEYCHAIN_PROFILE="privatevoice" -APP_NAME="VoiceSnap" -BUNDLE_ID="com.voicesnap.app" +APP_NAME="PrivateVoice Input" +BUNDLE_ID="com.privatevoice.input" SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" PROJECT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)" -- Gitblit v1.9.3