verifyos-cli 0.3.0

A pure Rust CLI tool to scan Apple app bundles for App Store rejection risks before submission.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
format = "table"
profile = "full"
fail_on = "error"
timings = "off"

# Optional selectors
include = []
exclude = []

# Optional output paths
# baseline = "baseline.json"
# md_out = "report.md"