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
10
11
12
pub mod agent_assets;
pub mod agent_io;
pub mod agents;
pub mod ci_comment;
pub mod config;
pub mod core;
pub mod doctor;
pub mod parsers;
pub mod profiles;
pub mod report;
pub mod rules;
pub mod size_analysis;