From 0fd469f5c001cd896577d81da39508a160a53b4f Mon Sep 17 00:00:00 2001 From: link2026 Date: Sun, 19 Jul 2026 20:10:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E5=8F=91=E5=B8=83=20v1.1=20(?= =?UTF-8?q?build=206)=20=E5=88=B0=20TestFlight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 版本号 1.0/5 → 1.1/6:距上次发布 40 天,期间换了模型栈(Gemma 4)、 加了云端 Gemini 与问诊转写,按功能级更新升 marketing version - release-testflight.sh 补 -skipMacroValidation:mlx-swift-lm 3.31.4 的宏 在 CLI 非交互环境会卡住宏信任校验,导致 archive 无法完成 Co-Authored-By: Claude Opus 4.8 (1M context) --- scripts/release-testflight.sh | 3 ++- 康康.xcodeproj/project.pbxproj | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/scripts/release-testflight.sh b/scripts/release-testflight.sh index 10653af..18814ef 100755 --- a/scripts/release-testflight.sh +++ b/scripts/release-testflight.sh @@ -53,7 +53,8 @@ xcodebuild archive \ -configuration "$CONFIGURATION" \ -destination 'generic/platform=iOS' \ -archivePath "$ARCHIVE_PATH" \ - -allowProvisioningUpdates + -allowProvisioningUpdates \ + -skipMacroValidation echo "==> [2/3] 生成 ExportOptions.plist..." cat > "$EXPORT_PLIST" <