Developer Docs
Build and contribute to macOS targets in the unified repo.
Single Repository Workflow
iOS and Mac are built from one public repository at https://github.com/xenios-jp/XeniOS. Shared changes stay in common modules, with platform-specific code isolated to platform targets.
git clone https://github.com/xenios-jp/XeniOS cd XeniOS # macOS debug build ./xb build --target_os=macos --config=debug # Format code ./xb format