feat: move bugly build settings into crashreport

This commit is contained in:
2026-06-14 18:18:05 +08:00
parent c6f37c94ba
commit 08ea53580d
9 changed files with 1325 additions and 8 deletions

View File

@@ -25,3 +25,16 @@
### 修复
* 修复 `CHANGELOG.md.meta``package.json.meta` 和 Commercialization 包重复导致的 UPM GUID 冲突告警。
# [1.0.4]
### 新增
* 新增 Crash/Bugly 构建面板扩展,由 CrashReport 包自身维护 Bugly 构建配置。
* 支持按构建 profile 保存 Android 符号表归档/上传配置。
* 支持按构建 profile 配置 iOS Bugly Pod 注入版本和构建后 `pod install`
### 调整
* iOS Bugly Pod 后处理改为读取 CrashReport 构建配置,不再固定写入单一版本。
* 声明对 `com.foldcc.cc-framework.common` 的构建面板 API 依赖。