cnctd_xcode 0.2.0

Xcode project management, xcodebuild wrappers, and iOS build pipeline utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cnctd_xcode"
version = "0.2.0"
edition = "2021"
authors = ["Connected Dot Inc.", "Kyle Ebner <kyle@cnctd.world>"]
description = "Xcode project management, xcodebuild wrappers, and iOS build pipeline utilities"
license = "MIT"
repository = "https://github.com/Connected-Dot/cnctd_xcode"

[dependencies]
anyhow = "1.0.82"
colored = "2.1.0"
log = "0.4"
tokio = { version = "1.37.0", features = ["process"] }
serde = { version = "1.0.197", features = ["derive"] }