ci(apple): install SwiftLint for the required lint build phase

The VniDrop target's SwiftLint pre-build phase is required (fails if missing), so
the Apple CI job must have SwiftLint available. Add a brew install step.
This commit is contained in:
2026-07-24 18:52:26 +02:00
parent f513a6118e
commit 83ddf9f059

View File

@@ -65,6 +65,10 @@ jobs:
- name: Install XcodeGen
run: brew install xcodegen
- name: Install SwiftLint
# Required by the VniDrop target's SwiftLint build phase (typed-resources rules).
run: brew install swiftlint
- name: Install Bun
# The Apple l10n catalog (Localizable.xcstrings) and L10n.swift are
# generated from localization/strings.json at build time, not tracked.