iOSBuildServer/backend/services
shen 75363ee276 feat: 版本号管理、构建日志持久化、App_Store 构建号自动递增
- 新增版本号配置 API(GET/PUT /api/config/versions)和前端管理界面
- 构建日志收集与保存:任务完成/取消/失败时写入 build.log
- 新增任务日志查询接口 GET /api/tasks/{task_id}/log
- App_Store 打包时自动递增 Build_Ver 第四位版本号
- 从 Provisioning Profile 自动提取 TEAM_ID 和 PROVISIONING_NAME
- 前端完成后支持查看完整构建日志
2026-06-08 11:23:15 +08:00
..
__init__.py Initial commit: iOS Build Server 2026-06-06 17:42:27 +08:00
build_queue.py Initial commit: iOS Build Server 2026-06-06 17:42:27 +08:00
build_service.py feat: 版本号管理、构建日志持久化、App_Store 构建号自动递增 2026-06-08 11:23:15 +08:00
log_streamer.py feat: 版本号管理、构建日志持久化、App_Store 构建号自动递增 2026-06-08 11:23:15 +08:00