Releases: Sakaax/preflight
Releases · Sakaax/preflight
Release list
Preflight 1.1.0 — cross-platform (Linux)
Preflight now runs on Linux as well as macOS — parse your iOS builds in CI, no Mac required.
- Cross-platform unzip via ZIPFoundation (dropped the macOS-only
dittoshell-out); singleZipExtractorworks identically on both platforms. - CI on macOS + Linux (GitHub Actions), both green.
- Core stays Foundation-based, zero network, no App Store Connect, no AI.
Install: .package(url: "https://github.com/Sakaax/preflight.git", from: "1.1.0")
Preflight 1.0.0
First release. Parse iOS build artifacts (.ipa / .xcarchive) and run six deterministic, build-only App Store checks — 100% local, zero network, no App Store Connect, no AI. Library + thin CLI. macOS-only for V1 (the unzip step is isolated behind ArchiveExtractor; Linux support planned).
The open-source core of Cleared.