Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Docs/Verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ fix behavior. The detailed defensive assessment is in the
- The Linux release archive contained an x86_64 ELF executable that reported
version 1.0.0 inside the Swift 6.3.3 Jammy container.
- Source-archive and checksum self-tests passed.
- The Homebrew formula passed `brew audit --strict`, built and installed
version 1.0.0 from the published source archive through a temporary local
tap, returned `1.0.0` from the installed executable, and passed its
`brew test` block. The temporary installation and tap were removed after
verification.
- The formula in the public
[`mikonyaa/homebrew-tap`](https://github.com/mikonyaa/homebrew-tap)
repository passed `brew audit --strict`, built and installed version 1.0.0
from the published source archive, returned `1.0.0` from the installed
executable, and passed its `brew test` block. The tap's
[`brew test-bot` workflow](https://github.com/mikonyaa/homebrew-tap/actions/runs/29587928810)
passed on macOS Intel, macOS 26, and Ubuntu. The temporary local installation
and tap were removed after verification.
- The composite Action consumer fixture passed, and both workflows passed
actionlint 1.7.12.

Expand Down Expand Up @@ -75,7 +78,5 @@ Motion, and Reduce Transparency evidence is documented in the
26.5 simulator orientations were used instead.
- Advisory databases can change and must be queried again immediately before
a future release.
- The standalone `mikonyaa/homebrew-tap` repository is not published. The
signed and notarized package remains the canonical macOS installation path.
- Physical-device iPhone Mirroring was not used or claimed; ResizeLab evidence
is simulator-only.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ It scans Swift source, property lists, and Xcode project metadata, then produces

## Installation

Install with Homebrew:

```bash
brew install mikonyaa/tap/resizelint
resizelint version
```

Install the signed and notarized macOS package from the `1.0.0` release:

```bash
Expand All @@ -29,7 +36,7 @@ sudo installer -pkg ResizeLint-1.0.0-macos-universal.pkg -target /
resizelint version
```

You can also build the current source checkout with Swift 6.3.3:
Or build the current source checkout with Swift 6.3.3:

```bash
git clone https://github.com/mikonyaa/ResizeLint.git
Expand Down
Loading