Skip to content

Documentation

Choose iPhone/iPad or Mac to get the right steps.

One codebase, two builds: iPhone/iPad and Mac.

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