Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 922 Bytes

File metadata and controls

57 lines (38 loc) · 922 Bytes

Development

Requirements

  • macOS.
  • Rust toolchain.
  • Xcode for iOS simulator workflows.

First Run

./scripts/check.sh
./scripts/run-cli.sh doctor
./scripts/run-desktop.sh

Useful Commands

Format and compile:

./scripts/check.sh

Run CLI:

./scripts/run-cli.sh doctor
./scripts/run-cli.sh --json doctor
./scripts/run-cli.sh runtime list --platform ios

Run desktop:

./scripts/run-desktop.sh

Build release:

./scripts/build-release.sh

Measure release binaries:

./scripts/size-report.sh

Localization

Desktop UI text belongs in apps/simdock-desktop/src/i18n.rs. Do not scatter language checks through the view layer.

Documentation Comments

Core APIs should explain intent in Chinese because the current maintainer workflow is Chinese-first. Keep comments short and focused on behavior, assumptions, and safety boundaries.