verifyos-cli 0.13.1

AI agent-friendly Rust CLI for scanning iOS app bundles for App Store rejection risks before submission.
Documentation
1
2
3
4
5
6
7
8
9
pub mod analyze_size;
pub mod doctor;
pub mod handoff;
pub mod init;
pub mod lsp;
pub mod pr_comment;
pub mod scan;
pub mod summary;
pub mod support;