mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-24 23:10:56 +08:00
15 lines
487 B
Bash
15 lines
487 B
Bash
# 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)"
|