Conversation
Log: 需求描述:提供免费收藏与全目录搜索,现有终身会员获得每日色小组件,保留离线浏览及 tvOS 原有功能。 实现思路:抽取 Foundation 目录缓存和本机收藏状态;统一列表、会员页及幂等深链;新增 iOS/macOS Widget 扩展,以 App Group 同步最近有效权益并生成七天日期时间线。 验证:365 色资源与 Swift 6 回归通过;macOS、iOS Simulator、tvOS Simulator 编译通过;Mac/iPhone/iPad 核心 UI 和 iPhone Widget 非会员点击链路通过。正式签名、付费态真机验证与 TestFlight 待钥匙串授权及签名配置完成。
Log: 问题描述:自动签名构建发现 Xcode 未配置账号,通配 profile 不支持 App Group。实现思路:记录实际错误与恢复签名所需步骤,明确区别于已通过的无签名构建。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增免费收藏、全目录搜索,以及现有终身会员可用的每日色小组件。用户可从收藏、搜索或小组件跳到对应颜色的月份和详情,已有会员无需购买新商品。
实现
验证
发布前待完成
保留为 Draft:ASC 查询卡在本机钥匙串授权;实际自动签名构建返回 Xcode No Accounts,且通配 profile 不支持 App Group。当前未完成正式签名、真机付费态与系统着色验收、TestFlight 或商店发布。详见 docs/RELEASE_1_2_0.md。此前修复 PR #1 已合并。