Commit Graph

4 Commits

Author SHA1 Message Date
tigerenwork 71e56f8d2b chore: 版本升级至 1.2 并优化构建脚本版本读取 2026-07-05 20:42:19 +08:00
tigerenwork f4668b38d6 fix: build_release.sh now passes Config.xcconfig to xcodebuild
The Release build wasn't picking up FEISHU_APP_ID / FEISHU_APP_SECRET
because xcodebuild doesn't automatically use Config.xcconfig unless
it's passed with -xcconfig flag. Added auto-detection: if Config.xcconfig
exists, it's used; otherwise a warning is printed.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-29 23:38:21 +08:00
tigerenwork f7682ae7cf chore: bump version to 1.1 (build 2) 2026-06-29 21:55:01 +08:00
tigerenwork b207918fc6 feat: add release build script (app + DMG)
build_release.sh: Clean → Build Release → Create DMG.
Outputs build/Bugger.app and build/Bugger-1.0.dmg.
Uses ad-hoc signing (no developer cert needed).
Supports both arm64 and x86_64 architectures.

Usage: ./scripts/build_release.sh

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-29 01:08:10 +08:00