feat: add SwiftUI macOS main window demo with CI
swift-macos-arm64 / swift-macos-arm64 (push) Failing after 11s
swift-macos-arm64 / swift-macos-arm64 (push) Failing after 11s
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user