Plumbing-only release to exercise the new Homebrew tap auto-bump path —
no application changes since v2-0.1.0-beta.1. The release workflow now
ends with a bump-tap job that recomputes the universal DMG's SHA256
and pushes a version + sha256 bump to
bryanroscoe/homebrew-shield-optimizer,
so brew upgrade --cask shield-optimizer tracks releases automatically.
macOS users can now install with:
brew tap bryanroscoe/shield-optimizer
brew install --cask shield-optimizerThe cask strips the quarantine bit in a postflight, so the app opens
with a normal double-click — no Gatekeeper prompt despite the unsigned
build.
First-run warnings
These builds are unsigned. Your OS may complain on first launch:
- macOS (Gatekeeper): the first-launch dialog on macOS 15+ only offers "Move to Trash" or "Done" — click Done, then either:
- Terminal:
xattr -dr com.apple.quarantine "/Applications/Shield Optimizer.app"(one-time, then double-click as normal) - GUI: System Settings → Privacy & Security → scroll to the "Shield Optimizer was blocked" message → Open Anyway → enter password
- Terminal:
- Windows (SmartScreen): "More info" → "Run anyway".
- Linux:
chmod +x ShieldOptimizer*.AppImagebefore running.
See the v2 README for setup and feature docs.