wangjia
3f3aa41121
feat(client): iOS Info.plist 声明加密豁免,免每次上传答出口合规
...
加 ITSAppUsesNonExemptEncryption=NO,App 仅用标准 HTTPS 属豁免加密。
以后上传 TestFlight/App Store 不再弹「App 加密文稿」手动问答。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-16 13:38:47 +08:00
wangjia
73dbd65ef5
fix(client): iOS Release 配置改手动签名,修复 CI archive 自动签名失败
...
archive 阶段原走 Automatic 签名,会去申请 Development profile 并失败
(Failed Registering Bundle Identifier / No profiles found)。改为 Manual
并指定 Team BYL4KQHMTN + Apple Distribution 证书 + Jiu App Store profile,
与 compile-ios.sh 的 app-store ExportOptions 一致。仅改 Release,
Debug 保持 Automatic,不影响本地开发。本机已用真实证书验证签名 IPA 构建成功。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-16 12:29:40 +08:00
wangjia
211fafc7e1
feat(client): 商品详情页支持拍照添加照片(Android/iOS)
...
- 移动端加图改用 image_picker,底部弹出「拍照 / 从相册选择」二选一;
桌面/Web 保持 file_picker 文件选择
- 用 defaultTargetPlatform 判断移动端,避免在参与 Web 编译的文件引入 dart:io
- iOS:Info.plist 增加 NSCameraUsageDescription / NSPhotoLibraryUsageDescription
- Android:拍照走系统相机、相册走 Photo Picker,均无需声明权限
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-07 14:47:08 +08:00
wangjia
480ce836bb
chore: release v1.0.18
...
Deploy / build-linux-web (push) Successful in 53s
Deploy / build-windows (push) Successful in 1m48s
Deploy / build-macos (push) Successful in 1m17s
Deploy / build-android (push) Successful in 4m13s
Deploy / build-ios (push) Successful in 9s
Deploy / release-deploy (push) Successful in 1m37s
移动端响应式适配(抽屉导航/列表卡片/弹窗自适应)、Android 正式签名与 APK 发布、
iOS(TestFlight) 工程与 CI、多平台构建流水线、相关文档同步。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-07 07:55:33 +08:00