xcodebuild 0.1.10

xcodebuild command wrapper, runner and log parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "with_regex")]
mod regex;

#[cfg(feature = "with_regex")]
pub use self::regex::*;

#[cfg(feature = "manual")]
mod manual;

#[cfg(feature = "manual")]
pub use self::manual::*;