From ebc39659af09986fce18af07dcf6b9ea822de21d Mon Sep 17 00:00:00 2001 From: Muz-dev <113846204+Muz-dev@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:45:23 +0000 Subject: [PATCH] Update README with SwiftUI macOS requirement Added note about SwiftUI requiring macOS 15. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31337b58..42b93df4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cmake . -B build -G Ninja -DMACOS_BUNDLE=ON ninja -C build ``` -You will find a macOS app at `build/bin/Hydra.app`. If you want to use the SwiftUI frontend instead of `SDL3`, you can use the `-DFRONTEND=SwiftUI` option. +You will find a macOS app at `build/bin/Hydra.app`. If you want to use the SwiftUI frontend instead of `SDL3`, you can use the `-DFRONTEND=SwiftUI` option, Note: SwiftUI requires MacOS 15+ ### Configuring