polyhorn-cli 0.3.1

Library with CLI for Polyhorn.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Tasks and types for iOS-specific operations.

pub mod commands;
pub mod infoplist;
pub mod simctl;
pub mod xcassets;
pub mod xcodegen;

mod spec;
pub use spec::Spec;