Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
### macOS client

- 目录:`platforms/macos/client/`
- 详细安装/构建说明:参见 `platforms/macos/README.md` 与 `platforms/macos/client/README.md`
- 当前可判断的环境要求:
- macOS 15.0+
- Xcode 15+ 或等效 Swift toolchain
Expand Down
10 changes: 10 additions & 0 deletions platforms/macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ The macOS baseline is still in an early post-migration state. Source, project fi
- Historical macOS repositories may be retained temporarily during migration
- macOS source is kept separate from Windows code and is not mixed into `platforms/windows/`

### Installation docs

- Repository-level installation overview: `docs/installation.md`
- macOS client build/package details: `platforms/macos/client/README.md`

---

# 简体中文
Expand Down Expand Up @@ -93,3 +98,8 @@ macOS 客户端源码已迁入 `platforms/macos/client/`。
- macOS 安装包应通过 GitHub Releases 分发
- 迁移过程中,历史 macOS 仓库可能会暂时保留
- macOS 源码不会混入 `platforms/windows/`

### 安装文档入口

- 仓库级安装总览:`docs/installation.md`
- macOS 客户端构建与打包细节:`platforms/macos/client/README.md`