feat: add SwiftUI macOS main window demo with CI
swift-macos-arm64 / swift-macos-arm64 (push) Failing after 11s

This commit is contained in:
Gremlin
2026-03-21 15:50:21 +01:00
commit cf2bfc3aa8
9 changed files with 477 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
if ! command -v xcodegen >/dev/null 2>&1; then
echo "xcodegen not found. Install with: brew install xcodegen" >&2
exit 1
fi
cd "$(dirname "$0")/.."
xcodegen generate