初始化信息

This commit is contained in:
2025-10-13 18:08:02 +08:00
parent e302ebe176
commit 35a90f1635
616 changed files with 58357 additions and 25 deletions
+18
View File
@@ -0,0 +1,18 @@
// 代码签名配置
// 用于发布版本的签名设置
// 使用 Developer ID Application 证书进行签名(用于 App Store 外分发)
CODE_SIGN_IDENTITY = Developer ID Application: Civil Rights Corps (3UR892FAP3)
// 开发团队 ID
DEVELOPMENT_TEAM = 3UR892FAP3
// 启用代码签名
CODE_SIGN_STYLE = Manual
// 自动管理签名(可选)
// CODE_SIGN_STYLE = Automatic
// 其他签名选项
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements