Files
proxycast/src-tauri/.env.example
T

15 lines
487 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Apple Notarization 配置
# 复制此文件为 .env 并填入你的实际值
# Apple ID(你的 Apple 账号邮箱)
APPLE_ID=your-email@example.com
# App 专用密码(从 appleid.apple.com 生成)
APPLE_PASSWORD=xxxx-xxxx-xxxx-xxxx
# Team ID(从 developer.apple.com/account 获取)
APPLE_TEAM_ID=XXXXXXXXXX
# 签名身份(可选,通常是 "Developer ID Application: Your Name (TEAM_ID)")
# APPLE_SIGNING_IDENTITY="Developer ID Application: Your Name (XXXXXXXXXX)"