# Live Photo Studio **Bundle ID**: `xyz.let5see.livephotomaker` **最低支持**: iOS/iPadOS 18.0 **技术栈**: SwiftUI + Swift Concurrency + Core ML ## 项目结构 ``` Sources/LivePhotoCore/ # 核心库 (Swift Package) to-live-photo/to-live-photo/ ├── Views/ # Home → Editor → Processing → Result ├── AppState.swift # 全局状态 └── DesignSystem.swift # Soft UI 设计令牌 ``` ## 构建命令 ```bash # 模拟器构建 xcodebuild -scheme to-live-photo -destination 'platform=iOS Simulator,name=iPhone 16 Pro' build # Archive xcodebuild -scheme to-live-photo -configuration Release -destination 'generic/platform=iOS' -archivePath build/to-live-photo.xcarchive archive ``` ## 规则 - 提交信息使用中文 - 设计遵循 `DesignSystem.swift` 中的令牌 - 触控目标 ≥ 44pt - 新增 View 必须适配深色模式和 iPad