refactor: commit Xcode project and build it directly in CI
swift-macos-arm64 / swift-macos-arm64 (push) Failing after 3s

This commit is contained in:
Gremlin
2026-03-21 16:11:17 +01:00
parent c22efbc99d
commit 1ed4f8ef61
4 changed files with 2 additions and 63 deletions
-14
View File
@@ -20,20 +20,6 @@ jobs:
xcodebuild -version
swift --version
- name: Install XcodeGen
run: |
set -eu
if ! command -v xcodegen >/dev/null 2>&1; then
brew install xcodegen
fi
xcodegen --version
- name: Generate Xcode project
run: |
set -eu
chmod +x ./scripts/generate-xcodeproj.sh
./scripts/generate-xcodeproj.sh
- name: Build app
run: |
set -eu