swift-tests/scripts/generate-xcodeproj.sh
Gremlin cf2bfc3aa8
Some checks failed
swift-macos-arm64 / swift-macos-arm64 (push) Failing after 11s
feat: add SwiftUI macOS main window demo with CI
2026-03-21 15:50:21 +01:00

9 lines
208 B
Bash
Executable File

#!/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