diff --git a/Docs/Verification.md b/Docs/Verification.md index 59089f4..2032b97 100644 --- a/Docs/Verification.md +++ b/Docs/Verification.md @@ -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. @@ -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. diff --git a/README.md b/README.md index dd0907d..e6870a7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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