Skip to content

Releases: Sakaax/preflight

Preflight 1.1.0 — cross-platform (Linux)

Choose a tag to compare

@Sakaax Sakaax released this 13 Jun 19:24

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 ditto shell-out); single ZipExtractor works 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

Choose a tag to compare

@Sakaax Sakaax released this 12 Jun 19:25

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.