fix(config): 更新 Apple App ID 配置

将 dev 与 prod 环境的 app-apple-id 从 1234567890 替换为 6755171905,确保与最新 Apple 配置保持一致。
This commit is contained in:
2026-04-20 17:56:08 +08:00
parent 3f7304c3ab
commit 005e621ab2
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ apple:
key-id: "Y7TF7BV74G"
bundle-id: "com.loveKey.nyx"
# app 在 App Store 中的 Apple ID可在开发者后台查看
app-apple-id: 1234567890
app-apple-id: 6755171905
# p8 私钥文件路径,建议放在 resources 目录
private-key-path: "classpath:SubscriptionKey_Y7TF7BV74G.p8"

View File

@@ -37,7 +37,7 @@ apple:
key-id: "Y7TF7BV74G"
bundle-id: "com.loveKey.nyx"
# app 在 App Store 中的 Apple ID可在开发者后台查看
app-apple-id: 1234567890
app-apple-id: 6755171905
# p8 私钥文件路径,建议放在 resources 目录
private-key-path: "classpath:SubscriptionKey_Y7TF7BV74G.p8"