feat: add SwiftUI app shell

Replace the command-line entry point with a windowed SwiftUI app
showing live dongle status, a controller placeholder, and a pair button.
The app runs as a regular foreground app even when launched directly
from the build directory.

Co-Authored-By: deepseek (deepseek/deepseek-v4-pro-0813): built SwiftUI app shell
This commit is contained in:
portersky
2026-08-17 15:04:59 +02:00
parent 2d4366f454
commit 0f85b59237
2 changed files with 88 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ if(NOT CMAKE_GENERATOR MATCHES "^(Ninja|Xcode)$")
endif()
cmake_minimum_required(VERSION 3.21)
project(xone_macos VERSION 0.1.1 LANGUAGES CXX Swift)
project(xone_macos VERSION 0.1.2 LANGUAGES CXX Swift)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)