cnctd_xcode 0.2.0

Xcode project management, xcodebuild wrappers, and iOS build pipeline utilities
Documentation
# cnctd_xcode

Xcode/iOS build toolchain wrapper for Rust.

## Installation

```toml
[dependencies]
cnctd_xcode = { git = "https://github.com/Connected-Dot/cnctd_crates.git" }
```

## Features

- Build iOS/macOS projects
- Manage simulators
- Archive and export
- Code signing operations

## Documentation

See [CLAUDE.md](./CLAUDE.md) for detailed documentation.