1 Commits

Author SHA1 Message Date
wangdl
2f99e6874c feat: Shared Scheme + StoreKit Configuration
- 新增 xcshareddata/xcschemes/AIStudyApp.xcscheme (Shared)
- LaunchAction 引用 Products.storekit (本地测试 StoreKit)
- BuildAction/LaunchAction/ProfileAction/ArchiveAction 已配置
- Products.storekit: Premium Monthly(28 CNY) + Yearly(198 CNY)

Test Action 需 Xcode GUI 添加 AIStudyAppTests target:
  1. Xcode → File → New → Target → Unit Testing Bundle
  2. Target name: AIStudyAppTests
  3. Add existing test files from AIStudyAppTests/ folder
2026-06-27 13:53:25 +08:00